Uses of Class
org.robovm.apple.coremedia.CMFormatDescription
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.coremedia |
-
Uses of CMFormatDescription in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return CMFormatDescription Modifier and Type Method Description CMFormatDescriptionAVCaptureDeviceFormat. getFormatDescription()CMFormatDescriptionAVCaptureInputPort. getFormatDescription()CMFormatDescriptionAVTimedMetadataGroup. getFormatDescription()CMFormatDescriptionAVCompositionTrackFormatDescriptionReplacement. getOriginalFormatDescription()CMFormatDescriptionAVCompositionTrackFormatDescriptionReplacement. getReplacementFormatDescription()CMFormatDescriptionAVAssetWriterInput. getSourceFormatHint()Methods in org.robovm.apple.avfoundation that return types with arguments of type CMFormatDescription Modifier and Type Method Description List<CMFormatDescription>AVAssetTrack. getFormatDescriptions()Methods in org.robovm.apple.avfoundation with parameters of type CMFormatDescription Modifier and Type Method Description protected longAVAssetWriterInput. init(AVMediaType mediaType, NSDictionary<NSString,?> outputSettings, CMFormatDescription sourceFormatHint)protected longAVCaptureMetadataInput. init(CMFormatDescription desc, CMClock clock)voidAVMutableCompositionTrack. replaceFormatDescription(CMFormatDescription originalFormatDescription, CMFormatDescription replacementFormatDescription)voidAVMutableMovieTrack. replaceFormatDescription(CMFormatDescription formatDescription, CMFormatDescription newFormatDescription)Constructors in org.robovm.apple.avfoundation with parameters of type CMFormatDescription Constructor Description AVAssetWriterInput(AVMediaType mediaType, AVAudioSettings outputSettings, CMFormatDescription sourceFormatHint)AVAssetWriterInput(AVMediaType mediaType, AVVideoSettings outputSettings, CMFormatDescription sourceFormatHint)AVCaptureMetadataInput(CMFormatDescription desc, CMClock clock) -
Uses of CMFormatDescription in org.robovm.apple.coremedia
Subclasses of CMFormatDescription in org.robovm.apple.coremedia Modifier and Type Class Description classCMAudioFormatDescriptionclassCMClosedCaptionFormatDescriptionclassCMMetadataFormatDescriptionclassCMMuxedFormatDescriptionclassCMTextFormatDescriptionclassCMTimeCodeFormatDescriptionclassCMVideoFormatDescriptionMethods in org.robovm.apple.coremedia that return CMFormatDescription Modifier and Type Method Description static CMFormatDescriptionCMFormatDescription. create(CFAllocator allocator, CMMediaType mediaType, int mediaSubtype, NSDictionary<NSString,?> extensions)static CMFormatDescriptionCMFormatDescription. create(CMMediaType mediaType, int mediaSubtype, NSDictionary<NSString,?> extensions)CMFormatDescriptionCMSampleBuffer. getFormatDescription()Methods in org.robovm.apple.coremedia with parameters of type CMFormatDescription Modifier and Type Method Description static CMSampleBufferCMSampleBuffer. create(CMBlockBuffer dataBuffer, boolean dataReady, CMSampleBuffer.MakeDataReadyCallback callback, CMFormatDescription formatDescription, long numSamples, CMSampleTimingInfo[] sampleTimingArray, long[] sampleSizeArray)protected static OSStatusCMSampleBuffer. 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 CMSampleBufferCMSampleBuffer. createAudioSampleBuffer(CMBlockBuffer dataBuffer, boolean dataReady, CMSampleBuffer.MakeDataReadyCallback callback, CMFormatDescription formatDescription, long numSamples, CMTime sbufPTS, AudioStreamPacketDescription[] packetDescriptions)static CMSampleBufferCMSampleBuffer. createAudioSampleBuffer(CMBlockBuffer dataBuffer, CMFormatDescription formatDescription, long numSamples, CMTime sbufPTS, AudioStreamPacketDescription[] packetDescriptions)protected static OSStatusCMSampleBuffer. createAudioSampleBuffer0(CFAllocator allocator, CMBlockBuffer dataBuffer, boolean dataReady, CMFormatDescription formatDescription, long numSamples, CMTime presentationTimeStamp, AudioStreamPacketDescription packetDescriptions, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut, Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler)protected static OSStatusCMSampleBuffer. createAudioSampleBuffer0(CFAllocator allocator, CMBlockBuffer dataBuffer, boolean dataReady, FunctionPtr makeDataReadyCallback, long makeDataReadyRefcon, CMFormatDescription formatDescription, long numSamples, CMTime presentationTimeStamp, AudioStreamPacketDescription packetDescriptions, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMSampleBuffer. createAudioSampleBuffer0(CFAllocator allocator, CMBlockBuffer dataBuffer, CMFormatDescription formatDescription, long numSamples, CMTime presentationTimeStamp, AudioStreamPacketDescription packetDescriptions, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)CMSampleBufferCMSampleBuffer. createReady(CMBlockBuffer dataBuffer, CMFormatDescription formatDescription, long numSamples, CMSampleTimingInfo[] sampleTimingArray, long[] sampleSizeArray)protected static OSStatusCMSampleBuffer. createReady0(CFAllocator allocator, CMBlockBuffer dataBuffer, CMFormatDescription formatDescription, long numSamples, long numSampleTimingEntries, CMSampleTimingInfo sampleTimingArray, long numSampleSizeEntries, MachineSizedUIntPtr sampleSizeArray, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMSampleBuffer. 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)booleanCMFormatDescription. equalsTo(CMFormatDescription otherFormatDescription)booleanCMFormatDescription. equalsTo(CMFormatDescription desc2, String formatDescriptionExtensionKeysToIgnore, String sampleDescriptionExtensionAtomKeysToIgnore)booleanCMFormatDescription. equalsTo(CMFormatDescription desc2, List<String> formatDescriptionExtensionKeysToIgnore, List<String> sampleDescriptionExtensionAtomKeysToIgnore)static OSStatusCMVideoFormatDescription. getHEVCParameterSetAtIndex(CMFormatDescription videoDesc, long parameterSetIndex, BytePtr.BytePtrPtr parameterSetPointerOut, MachineSizedUIntPtr parameterSetSizeOut, MachineSizedUIntPtr parameterSetCountOut, IntPtr NALUnitHeaderLengthOut)