Click or drag to resize
VideoCaptureEventArgs Constructor (IntPtr,Byte[], Int32, Int32, Int32)
Initializes a new instance of the VideoCaptureEventArgs class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public VideoCaptureEventArgs(
	IntPtr buffer,
	byte[] data,
	int width,
	int height,
	int stride
)

Parameters

buffer
Type: System.IntPtr
Pointer to a buffer that contains the sample data.
data
Type:System.Byte[]
The byte array that contains the sample data.
width
Type: System.Int32
The width of the captured image (in pixels).
height
Type: System.Int32
The height of the captured image (in pixels).
stride
Type: System.Int32
See Also