Click or drag to resize
VideoCaptureEventArgs Class
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.MediaVideoCaptureEventArgs

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class VideoCaptureEventArgs : EventArgs

The VideoCaptureEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBuffer
Gets the pointer to a buffer that contains the sample data.
Public propertyHeight
Gets the height of the captured image.
Public propertySampleData
Gets the byte array that contains the sample data.
Public propertyStride
Public propertyWidth
Gets the width of the captured image.
Top
See Also