-
Methods in org.robovm.apple.coremedia that return CMBlockBuffer
| Modifier and Type |
Method |
Description |
CMBlockBuffer |
CMClosedCaptionFormatDescription.copyAsBigEndianClosedCaptionDescriptionBlockBuffer(String closedCaptionDescriptionFlavor) |
|
static CMBlockBuffer |
CMVideoFormatDescription.copyAsBigEndianImageDescriptionBlockBuffer(CFAllocator allocator,
CMVideoFormatDescription videoFormatDescription,
int imageDescriptionStringEncoding,
String imageDescriptionFlavor) |
|
CMBlockBuffer |
CMMetadataFormatDescription.copyAsBigEndianMetadataDescriptionBlockBuffer(String metadataDescriptionFlavor) |
|
CMBlockBuffer |
CMAudioFormatDescription.copyAsBigEndianSoundDescriptionBlockBuffer(CMAudioFormatDescription audioFormatDescription,
CMSoundDescriptionFlavor soundDescriptionFlavor) |
|
CMBlockBuffer |
CMTextFormatDescription.copyAsBigEndianTextDescriptionBlockBuffer(String textDescriptionFlavor) |
|
CMBlockBuffer |
CMTimeCodeFormatDescription.copyAsBigEndianTimeCodeDescriptionBlockBuffer(CMTimeCodeFormatDescription timeCodeFormatDescription,
String timeCodeDescriptionFlavor) |
|
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) |
|
CMBlockBuffer |
CMSampleBuffer.getDataBuffer() |
|
Methods in org.robovm.apple.coremedia with parameters of type CMBlockBuffer
| Modifier and Type |
Method |
Description |
protected static OSStatus |
CMBlockBuffer.accessDataBytes0(CMBlockBuffer theBuffer,
long offset,
long length,
VoidPtr temporaryBlock,
BytePtr.BytePtrPtr returnedPointerOut) |
|
void |
CMBlockBuffer.appendBufferReference(CMBlockBuffer targetBBuf,
long offsetToData,
long dataLength,
CMBlockBufferFlags flags) |
|
protected OSStatus |
CMBlockBuffer.appendBufferReference0(CMBlockBuffer targetBBuf,
long offsetToData,
long dataLength,
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 CMSampleBuffer |
CMSampleBuffer.create(CMBlockBuffer dataBuffer,
boolean dataReady,
CMSampleBuffer.MakeDataReadyCallback callback,
CMFormatDescription formatDescription,
long numSamples,
CMSampleTimingInfo[] sampleTimingArray,
long[] sampleSizeArray) |
|
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 |
CMSampleBuffer.create0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
boolean dataReady,
FunctionPtr makeDataReadyCallback,
long makeDataReadyRefcon,
CMFormatDescription formatDescription,
long numSamples,
long numSampleTimingEntries,
CMSampleTimingInfo sampleTimingArray,
long numSampleSizeEntries,
MachineSizedUIntPtr sampleSizeArray,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
static CMSampleBuffer |
CMSampleBuffer.createAudioSampleBuffer(CMBlockBuffer dataBuffer,
boolean dataReady,
CMSampleBuffer.MakeDataReadyCallback callback,
CMFormatDescription formatDescription,
long numSamples,
CMTime sbufPTS,
AudioStreamPacketDescription[] packetDescriptions) |
|
static CMSampleBuffer |
CMSampleBuffer.createAudioSampleBuffer(CMBlockBuffer dataBuffer,
CMFormatDescription formatDescription,
long numSamples,
CMTime sbufPTS,
AudioStreamPacketDescription[] packetDescriptions) |
|
protected static OSStatus |
CMSampleBuffer.createAudioSampleBuffer0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
boolean dataReady,
CMFormatDescription formatDescription,
long numSamples,
CMTime presentationTimeStamp,
AudioStreamPacketDescription packetDescriptions,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut,
Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler) |
|
protected static OSStatus |
CMSampleBuffer.createAudioSampleBuffer0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
boolean dataReady,
FunctionPtr makeDataReadyCallback,
long makeDataReadyRefcon,
CMFormatDescription formatDescription,
long numSamples,
CMTime presentationTimeStamp,
AudioStreamPacketDescription packetDescriptions,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createAudioSampleBuffer0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
CMFormatDescription formatDescription,
long numSamples,
CMTime presentationTimeStamp,
AudioStreamPacketDescription packetDescriptions,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
static CMClosedCaptionFormatDescription |
CMClosedCaptionFormatDescription.createFromBigEndianClosedCaptionDescriptionBlockBuffer(CMBlockBuffer closedCaptionDescriptionBlockBuffer,
String closedCaptionDescriptionFlavor) |
|
static CMVideoFormatDescription |
CMVideoFormatDescription.createFromBigEndianImageDescriptionBlockBuffer(CMBlockBuffer imageDescriptionBlockBuffer,
int imageDescriptionStringEncoding,
String imageDescriptionFlavor) |
|
static CMMetadataFormatDescription |
CMMetadataFormatDescription.createFromBigEndianMetadataDescriptionBlockBuffer(CMBlockBuffer metadataDescriptionBlockBuffer,
String metadataDescriptionFlavor) |
|
static CMAudioFormatDescription |
CMAudioFormatDescription.createFromBigEndianSoundDescriptionBlockBuffer(CMBlockBuffer soundDescriptionBlockBuffer,
CMSoundDescriptionFlavor soundDescriptionFlavor) |
|
static CMTextFormatDescription |
CMTextFormatDescription.createFromBigEndianTextDescriptionBlockBuffer(CMBlockBuffer textDescriptionBlockBuffer,
String textDescriptionFlavor,
CMMediaType mediaType) |
|
static CMTimeCodeFormatDescription |
CMTimeCodeFormatDescription.createFromBigEndianTimeCodeDescriptionBlockBuffer(CMBlockBuffer timeCodeDescriptionBlockBuffer,
String timeCodeDescriptionFlavor) |
|
CMSampleBuffer |
CMSampleBuffer.createReady(CMBlockBuffer dataBuffer,
CMFormatDescription formatDescription,
long numSamples,
CMSampleTimingInfo[] sampleTimingArray,
long[] sampleSizeArray) |
|
protected static OSStatus |
CMSampleBuffer.createReady0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
CMFormatDescription formatDescription,
long numSamples,
long numSampleTimingEntries,
CMSampleTimingInfo sampleTimingArray,
long numSampleSizeEntries,
MachineSizedUIntPtr sampleSizeArray,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createWithMakeDataReadyHandler0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
boolean dataReady,
CMFormatDescription formatDescription,
long numSamples,
long numSampleTimingEntries,
CMSampleTimingInfo sampleTimingArray,
long numSampleSizeEntries,
MachineSizedUIntPtr sampleSizeArray,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut,
Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler) |
|
protected static OSStatus |
CMBlockBuffer.fillDataBytes0(byte fillByte,
CMBlockBuffer destinationBuffer,
long offsetIntoDestination,
long dataLength) |
|
AudioBufferList |
CMSampleBuffer.getAudioBufferList(long bufferListSize,
CMSampleBufferFlags flags,
CMBlockBuffer buffer) |
|
protected static OSStatus |
CMBlockBuffer.replaceDataBytes0(VoidPtr sourceBytes,
CMBlockBuffer destinationBuffer,
long offsetIntoDestination,
long dataLength) |
|
void |
CMSampleBuffer.setDataBuffer(CMBlockBuffer dataBuffer) |
|
protected OSStatus |
CMSampleBuffer.setDataBuffer0(CMBlockBuffer dataBuffer) |
|