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(nuint, nuint, Byte[]) | |
CopyDataBytes(nuint, nuint, IntPtr) |
CopyDataBytes(nuint, nuint, Byte[])
public CoreMedia.CMBlockBufferError CopyDataBytes (nuint offsetToData, nuint dataLength, out byte[] destination);
member this.CopyDataBytes : nuint * nuint * -> CoreMedia.CMBlockBufferError
Parameters
- offsetToData
- System.System.UIntPtr System.unativeint
- dataLength
- System.System.UIntPtr System.unativeint
- destination
- Byte[]
Returns
Applies to
CopyDataBytes(nuint, nuint, IntPtr)
public CoreMedia.CMBlockBufferError CopyDataBytes (nuint offsetToData, nuint dataLength, IntPtr destination);
member this.CopyDataBytes : nuint * nuint * nativeint -> CoreMedia.CMBlockBufferError
Parameters
- offsetToData
- System.System.UIntPtr System.unativeint
- dataLength
- System.System.UIntPtr System.unativeint
- destination
-
IntPtr
nativeint