CMBlockBuffer.AppendMemoryBlock Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| AppendMemoryBlock(Byte[], UIntPtr, CMBlockBufferFlags) | |
| AppendMemoryBlock(IntPtr, UIntPtr, CMCustomBlockAllocator, UIntPtr, UIntPtr, CMBlockBufferFlags) |
AppendMemoryBlock(Byte[], UIntPtr, CMBlockBufferFlags)
public CoreMedia.CMBlockBufferError AppendMemoryBlock(byte[] data, UIntPtr offsetToData, CoreMedia.CMBlockBufferFlags flags);
member this.AppendMemoryBlock : byte[] * unativeint * CoreMedia.CMBlockBufferFlags -> CoreMedia.CMBlockBufferError
Parameters
- data
- Byte[]
- offsetToData
-
UIntPtr
unativeint
- flags
- CMBlockBufferFlags
Returns
Applies to
AppendMemoryBlock(IntPtr, UIntPtr, CMCustomBlockAllocator, UIntPtr, UIntPtr, CMBlockBufferFlags)
public CoreMedia.CMBlockBufferError AppendMemoryBlock(IntPtr memoryBlock, UIntPtr blockLength, CoreMedia.CMCustomBlockAllocator customBlockSource, UIntPtr offsetToData, UIntPtr dataLength, CoreMedia.CMBlockBufferFlags flags);
member this.AppendMemoryBlock : nativeint * unativeint * CoreMedia.CMCustomBlockAllocator * unativeint * unativeint * CoreMedia.CMBlockBufferFlags -> CoreMedia.CMBlockBufferError
Parameters
- memoryBlock
-
IntPtr
nativeint
- blockLength
-
UIntPtr
unativeint
- customBlockSource
- CMCustomBlockAllocator
- offsetToData
-
UIntPtr
unativeint
- dataLength
-
UIntPtr
unativeint
- flags
- CMBlockBufferFlags