VideoCaptureEventArgs Constructor (IntPtr, Byte, Int32, Int32, Int32) |
Namespace: Ozeki.MediaAssembly: 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
)
Public Sub New (
buffer As IntPtr,
data As Byte(),
width As Integer,
height As Integer,
stride As Integer
)
public:
VideoCaptureEventArgs(
IntPtr buffer,
array<unsigned char>^ data,
int width,
int height,
int stride
)
new :
buffer : IntPtr *
data : byte[] *
width : int *
height : int *
stride : int -> VideoCaptureEventArgs
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