Uses of Class
org.robovm.apple.coremedia.CMMediaType
| Package | Description |
|---|---|
| org.robovm.apple.coremedia | |
| org.robovm.apple.mediatoolbox |
-
Uses of CMMediaType in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CMMediaType Modifier and Type Method Description CMMediaTypeCMFormatDescription. getMediaType()static CMMediaTypeCMMediaType. valueOf(long n)Returns the enum constant of this type with the specified name.static CMMediaTypeCMMediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static CMMediaType[]CMMediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coremedia with parameters of type CMMediaType Modifier and Type Method Description static CMClosedCaptionFormatDescriptionCMClosedCaptionFormatDescription. create(CMMediaType mediaType, CMClosedCaptionFormatType formatType, NSDictionary<NSString,?> extensions)static CMFormatDescriptionCMFormatDescription. create(CFAllocator allocator, CMMediaType mediaType, int mediaSubtype, NSDictionary<NSString,?> extensions)static CMFormatDescriptionCMFormatDescription. create(CMMediaType mediaType, int mediaSubtype, NSDictionary<NSString,?> extensions)static CMTextFormatDescriptionCMTextFormatDescription. create(CMMediaType mediaType, CMTextFormatType mediaSubtype, CMTextFormatDescriptionExtension extensions)protected static OSStatusCMFormatDescription. create0(CFAllocator allocator, CMMediaType mediaType, int mediaSubType, CFDictionary extensions, CMFormatDescription.CMFormatDescriptionPtr formatDescriptionOut)static CMTextFormatDescriptionCMTextFormatDescription. createFromBigEndianTextDescriptionBlockBuffer(CMBlockBuffer textDescriptionBlockBuffer, String textDescriptionFlavor, CMMediaType mediaType)static CMTextFormatDescriptionCMTextFormatDescription. createFromBigEndianTextDescriptionData(BytePtr textDescriptionData, long textDescriptionSize, String textDescriptionFlavor, CMMediaType mediaType) -
Uses of CMMediaType in org.robovm.apple.mediatoolbox
Methods in org.robovm.apple.mediatoolbox with parameters of type CMMediaType Modifier and Type Method Description static StringMTFormatNames. getNameForMediaSubType(CMMediaType mediaType, int mediaSubType)static StringMTFormatNames. getNameForMediaType(CMMediaType mediaType)