CMBlockBuffer.CopyDataBytes Method

Definition

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

Returns

Applies to