Click or drag to resize

VideoCaptureEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.MediaVideoCaptureEventArgs

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

The VideoCaptureEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodVideoCaptureEventArgsInitializes 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 
Public propertyHeight 
Public propertySampleData 
Public propertyStride 
Public propertyWidth 
Top
See Also