-
Methods in org.robovm.apple.coremedia with parameters of type CMSampleBufferFlags
| Modifier and Type |
Method |
Description |
AudioBufferList |
CMSampleBuffer.getAudioBufferList(long bufferListSize,
CMSampleBufferFlags flags,
CMBlockBuffer buffer) |
|
protected OSStatus |
CMSampleBuffer.getAudioBufferList0(MachineSizedUIntPtr bufferListSizeNeededOut,
AudioBufferList bufferListOut,
long bufferListSize,
CFAllocator blockBufferStructureAllocator,
CFAllocator blockBufferBlockAllocator,
CMSampleBufferFlags flags,
CMBlockBuffer.CMBlockBufferPtr blockBufferOut) |
|
void |
CMSampleBuffer.setAudioBufferList(AudioBufferList bufferList,
CMSampleBufferFlags flags) |
|
protected OSStatus |
CMSampleBuffer.setAudioBufferList0(CFAllocator blockBufferStructureAllocator,
CFAllocator blockBufferBlockAllocator,
CMSampleBufferFlags flags,
AudioBufferList bufferList) |
|