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: 10.3.183.0
Syntax
public VideoCaptureEventArgs(
	IntPtr buffer,
	byte[] data,
	int width,
	int height,
	int stride
)

Parameters

buffer
Type: SystemIntPtr
Pointer to a buffer that contains the sample data.
data
Type: SystemByte
The byte array that contains the sample data.
width
Type: SystemInt32
The width of the captured image (in pixels).
height
Type: SystemInt32
The height of the captured image (in pixels).
stride
Type: SystemInt32
See Also