Package org.robovm.apple.coremedia
Class CMClosedCaptionFormatDescription
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coremedia.CMFormatDescription
org.robovm.apple.coremedia.CMClosedCaptionFormatDescription
- All Implemented Interfaces:
AutoCloseable
public class CMClosedCaptionFormatDescription extends CMFormatDescription
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMClosedCaptionFormatDescription.CMClosedCaptionFormatDescriptionPtrNested classes/interfaces inherited from class org.robovm.apple.coremedia.CMFormatDescription
CMFormatDescription.CMFormatDescriptionPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Constructor Description CMClosedCaptionFormatDescription() -
Method Summary
Modifier and Type Method Description CMBlockBuffercopyAsBigEndianClosedCaptionDescriptionBlockBuffer(String closedCaptionDescriptionFlavor)static CMClosedCaptionFormatDescriptioncreate(CMMediaType mediaType, CMClosedCaptionFormatType formatType, NSDictionary<NSString,?> extensions)static CMClosedCaptionFormatDescriptioncreateFromBigEndianClosedCaptionDescriptionBlockBuffer(CMBlockBuffer closedCaptionDescriptionBlockBuffer, String closedCaptionDescriptionFlavor)static CMClosedCaptionFormatDescriptioncreateFromBigEndianClosedCaptionDescriptionData(BytePtr closedCaptionDescriptionData, long closedCaptionDescriptionSize, String closedCaptionDescriptionFlavor)CMClosedCaptionFormatTypegetFormatType()Methods inherited from class org.robovm.apple.coremedia.CMFormatDescription
create, create, create0, equalsTo, equalsTo, equalsTo, getClassTypeID, getExtension, getExtensionDictionary, getMediaSubType, getMediaTypeMethods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CMClosedCaptionFormatDescription
public CMClosedCaptionFormatDescription()
-
-
Method Details
-
create
public static CMClosedCaptionFormatDescription create(CMMediaType mediaType, CMClosedCaptionFormatType formatType, NSDictionary<NSString,?> extensions) throws OSStatusException- Throws:
OSStatusException
-
getFormatType
-
createFromBigEndianClosedCaptionDescriptionData
public static CMClosedCaptionFormatDescription createFromBigEndianClosedCaptionDescriptionData(BytePtr closedCaptionDescriptionData, long closedCaptionDescriptionSize, String closedCaptionDescriptionFlavor) throws OSStatusException- Throws:
OSStatusException- Since:
- Available in iOS 8.0 and later.
-
createFromBigEndianClosedCaptionDescriptionBlockBuffer
public static CMClosedCaptionFormatDescription createFromBigEndianClosedCaptionDescriptionBlockBuffer(CMBlockBuffer closedCaptionDescriptionBlockBuffer, String closedCaptionDescriptionFlavor) throws OSStatusException- Throws:
OSStatusException- Since:
- Available in iOS 8.0 and later.
-
copyAsBigEndianClosedCaptionDescriptionBlockBuffer
public CMBlockBuffer copyAsBigEndianClosedCaptionDescriptionBlockBuffer(String closedCaptionDescriptionFlavor) throws OSStatusException- Throws:
OSStatusException- Since:
- Available in iOS 8.0 and later.
-