-
-
Methods in org.robovm.apple.coremedia with parameters of type CMFormatDescription
| Modifier and Type |
Method |
Description |
static CMSampleBuffer |
CMSampleBuffer.create(CMBlockBuffer dataBuffer,
boolean dataReady,
CMSampleBuffer.MakeDataReadyCallback callback,
CMFormatDescription formatDescription,
long numSamples,
CMSampleTimingInfo[] sampleTimingArray,
long[] sampleSizeArray) |
|
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) |
|
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) |
|
boolean |
CMFormatDescription.equalsTo(CMFormatDescription otherFormatDescription) |
|
boolean |
CMFormatDescription.equalsTo(CMFormatDescription desc2,
String formatDescriptionExtensionKeysToIgnore,
String sampleDescriptionExtensionAtomKeysToIgnore) |
|
boolean |
CMFormatDescription.equalsTo(CMFormatDescription desc2,
List<String> formatDescriptionExtensionKeysToIgnore,
List<String> sampleDescriptionExtensionAtomKeysToIgnore) |
|
static OSStatus |
CMVideoFormatDescription.getHEVCParameterSetAtIndex(CMFormatDescription videoDesc,
long parameterSetIndex,
BytePtr.BytePtrPtr parameterSetPointerOut,
MachineSizedUIntPtr parameterSetSizeOut,
MachineSizedUIntPtr parameterSetCountOut,
IntPtr NALUnitHeaderLengthOut) |
|