IDmoMediaBufferGetBufferAndLength Method |
This method retrieves the buffer and the size of the valid data in the buffer.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int 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:
Int32See Also