次の方法で共有


CMBlockBuffer.CopyDataBytes メソッド

定義

オーバーロード

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

パラメーター

offsetToData
System.System.UIntPtr System.unativeint
dataLength
System.System.UIntPtr System.unativeint
destination
Byte[]

戻り値

適用対象

CopyDataBytes(nuint, nuint, IntPtr)

public CoreMedia.CMBlockBufferError CopyDataBytes (nuint offsetToData, nuint dataLength, IntPtr destination);
member this.CopyDataBytes : nuint * nuint * nativeint -> CoreMedia.CMBlockBufferError

パラメーター

offsetToData
System.System.UIntPtr System.unativeint
dataLength
System.System.UIntPtr System.unativeint
destination
IntPtr

nativeint

戻り値

適用対象