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: 1.8.12.0 (1.8.12)
Syntax
int GetBufferAndLength(
	IntPtr ppBuffer,
	IntPtr ppValidDataLength
)

Parameters

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

Return Value

Type: Int32
See Also