CMBlockBuffer.CopyDataBytes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CopyDataBytes(UIntPtr, UIntPtr, Byte[])
public CoreMedia.CMBlockBufferError CopyDataBytes(UIntPtr offsetToData, UIntPtr dataLength, out byte[]? destination);
member this.CopyDataBytes : unativeint * unativeint * Byte[] -> CoreMedia.CMBlockBufferError
Parameters
- offsetToData
-
UIntPtr
unativeint
- dataLength
-
UIntPtr
unativeint
- destination
- Byte[]
Returns
Applies to
CopyDataBytes(UIntPtr, UIntPtr, IntPtr)
public CoreMedia.CMBlockBufferError CopyDataBytes(UIntPtr offsetToData, UIntPtr dataLength, IntPtr destination);
member this.CopyDataBytes : unativeint * unativeint * nativeint -> CoreMedia.CMBlockBufferError
Parameters
- offsetToData
-
UIntPtr
unativeint
- dataLength
-
UIntPtr
unativeint
- destination
-
IntPtr
nativeint