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.183.0
Syntaxint GetBufferAndLength(
IntPtr ppBuffer,
IntPtr ppValidDataLength
)
Function GetBufferAndLength (
ppBuffer As IntPtr,
ppValidDataLength As IntPtr
) As Integer
int GetBufferAndLength(
IntPtr ppBuffer,
IntPtr ppValidDataLength
)
abstract GetBufferAndLength :
ppBuffer : IntPtr *
ppValidDataLength : IntPtr -> int
Parameters
- ppBuffer
- Type: SystemIntPtr
byte[] - ppValidDataLength
- Type: SystemIntPtr
int
Return Value
Type:
Int32
See Also