다음을 통해 공유


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

반환

적용 대상