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_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public VideoCaptureEventArgs(
	IntPtr buffer,
	byte[] data,
	int width,
	int height,
	int stride
)

Parameters

buffer  IntPtr
 
data  Byte
 
width  Int32
 
height  Int32
 
stride  Int32
 
See Also