共用方式為


CMBlockBuffer.ReplaceDataBytes 方法

定義

多載

ReplaceDataBytes(Byte[], nuint)

使用指定的來源位元組陣列資料複製和取代緩衝區的區塊。

ReplaceDataBytes(IntPtr, nuint, nuint)

ReplaceDataBytes(Byte[], nuint)

使用指定的來源位元組陣列資料複製和取代緩衝區的區塊。

public CoreMedia.CMBlockBufferError ReplaceDataBytes (byte[] sourceBytes, nuint offsetIntoDestination);
member this.ReplaceDataBytes : byte[] * nuint -> CoreMedia.CMBlockBufferError

參數

sourceBytes
Byte[]

來源位元組陣列

offsetIntoDestination
System.System.UIntPtr System.unativeint

目的地取代位移

傳回

作業狀態。

適用於

ReplaceDataBytes(IntPtr, nuint, nuint)

public CoreMedia.CMBlockBufferError ReplaceDataBytes (IntPtr sourceBytes, nuint offsetIntoDestination, nuint dataLength);
member this.ReplaceDataBytes : nativeint * nuint * nuint -> CoreMedia.CMBlockBufferError

參數

sourceBytes
IntPtr

nativeint

offsetIntoDestination
System.System.UIntPtr System.unativeint
dataLength
System.System.UIntPtr System.unativeint

傳回

適用於