Click or drag to resize

VideoCaptureEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.MediaVideoCaptureEventArgs

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

The VideoCaptureEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodVideoCaptureEventArgs Initializes a new instance of the VideoCaptureEventArgs class.
Public methodVideoCaptureEventArgs(IntPtr, Byte, Int32, Int32, Int32) Initializes a new instance of the VideoCaptureEventArgs class.
Top
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