-
Methods in org.robovm.apple.coremedia with parameters of type CMBlockBufferFlags
| Modifier and Type |
Method |
Description |
void |
CMBlockBuffer.appendBufferReference(CMBlockBuffer targetBBuf,
long offsetToData,
long dataLength,
CMBlockBufferFlags flags) |
|
protected OSStatus |
CMBlockBuffer.appendBufferReference0(CMBlockBuffer targetBBuf,
long offsetToData,
long dataLength,
CMBlockBufferFlags flags) |
|
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(int subBlockCapacity,
CMBlockBufferFlags flags) |
|
static CMBlockBuffer |
CMBlockBuffer.create(CMBlockBuffer targetBuffer,
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,
int subBlockCapacity,
CMBlockBufferFlags flags,
CMBlockBuffer.CMBlockBufferPtr blockBufferOut) |
|
protected static OSStatus |
CMBlockBuffer.create0(CFAllocator structureAllocator,
CMBlockBuffer bufferReference,
long offsetToData,
long dataLength,
CMBlockBufferFlags flags,
CMBlockBuffer.CMBlockBufferPtr blockBufferOut) |
|
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) |
|