次の方法で共有


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

戻り値

適用対象