Поделиться через


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

Возвращаемое значение

Применяется к