-
Methods in org.robovm.apple.coremedia with parameters of type CMBlockBufferCustomBlockSource
| Modifier and Type |
Method |
Description |
void |
CMBlockBuffer.appendMemoryBlock(VoidPtr memoryBlock,
long blockLength,
CFAllocator blockAllocator,
CMBlockBufferCustomBlockSource customBlockSource,
long offsetToData,
long dataLength,
CMBlockBufferFlags flags) |
|
protected OSStatus |
CMBlockBuffer.appendMemoryBlock0(VoidPtr memoryBlock,
long blockLength,
CFAllocator blockAllocator,
CMBlockBufferCustomBlockSource customBlockSource,
long offsetToData,
long dataLength,
CMBlockBufferFlags flags) |
|
static CMBlockBuffer |
CMBlockBuffer.create(CMBlockBuffer sourceBuffer,
CFAllocator blockAllocator,
CMBlockBufferCustomBlockSource customBlockSource,
long offsetToData,
long dataLength,
CMBlockBufferFlags flags) |
|
static CMBlockBuffer |
CMBlockBuffer.create(VoidPtr memoryBlock,
long blockLength,
CFAllocator blockAllocator,
CMBlockBufferCustomBlockSource customBlockSource,
long offsetToData,
long dataLength,
CMBlockBufferFlags flags) |
|
protected static OSStatus |
CMBlockBuffer.create0(CFAllocator structureAllocator,
CMBlockBuffer sourceBuffer,
CFAllocator blockAllocator,
CMBlockBufferCustomBlockSource customBlockSource,
long offsetToData,
long dataLength,
CMBlockBufferFlags flags,
CMBlockBuffer.CMBlockBufferPtr blockBufferOut) |
|
protected static OSStatus |
CMBlockBuffer.create0(CFAllocator structureAllocator,
VoidPtr memoryBlock,
long blockLength,
CFAllocator blockAllocator,
CMBlockBufferCustomBlockSource customBlockSource,
long offsetToData,
long dataLength,
CMBlockBufferFlags flags,
CMBlockBuffer.CMBlockBufferPtr blockBufferOut) |
|