CMBlockBuffer.CopyDataBytes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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