Click or drag to resize

VideoCaptureEventArgs(IntPtr, Byte, Int32, Int32, Int32) Constructor

Initializes a new instance of the VideoCaptureEventArgs class.

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

Parameters

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