Share via


CMBlockBuffer.CopyDataBytes Method

Definition

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

Returns

Applies to