Click or drag to resize

IDmoMediaBufferGetBufferAndLength Method

This method retrieves the buffer and the size of the valid data in the buffer.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
int GetBufferAndLength(
	IntPtr ppBuffer,
	IntPtr ppValidDataLength
)

Parameters

ppBuffer
Type: SystemIntPtr
byte[]
ppValidDataLength
Type: SystemIntPtr
int

Return Value

Type: Int32
See Also