-
Methods in org.robovm.apple.coremedia with parameters of type CMBlockBuffer.CMBlockBufferPtr
| Modifier and Type |
Method |
Description |
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) |
|
protected OSStatus |
CMSampleBuffer.getAudioBufferList0(MachineSizedUIntPtr bufferListSizeNeededOut,
AudioBufferList bufferListOut,
long bufferListSize,
CFAllocator blockBufferStructureAllocator,
CFAllocator blockBufferBlockAllocator,
CMSampleBufferFlags flags,
CMBlockBuffer.CMBlockBufferPtr blockBufferOut) |
|