Package org.robovm.apple.coremedia
Class CMTimeCodeFormatDescription
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coremedia.CMFormatDescription
org.robovm.apple.coremedia.CMTimeCodeFormatDescription
- All Implemented Interfaces:
AutoCloseable
public class CMTimeCodeFormatDescription extends CMFormatDescription
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMTimeCodeFormatDescription.CMTimeCodeFormatDescriptionPtrNested 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 CMTimeCodeFormatDescription() -
Method Summary
Modifier and Type Method Description CMBlockBuffercopyAsBigEndianTimeCodeDescriptionBlockBuffer(CMTimeCodeFormatDescription timeCodeFormatDescription, String timeCodeDescriptionFlavor)static CMTimeCodeFormatDescriptioncreate(CMTimeCodeFormatType timeCodeFormatType, CMTime frameDuration, int frameQuanta, CMTimeCodeFlags tcFlags, CMTimeCodeFormatDescriptionExtension extensions)static CMTimeCodeFormatDescriptioncreateFromBigEndianTimeCodeDescriptionBlockBuffer(CMBlockBuffer timeCodeDescriptionBlockBuffer, String timeCodeDescriptionFlavor)static CMTimeCodeFormatDescriptioncreateFromBigEndianTimeCodeDescriptionData(BytePtr timeCodeDescriptionData, long timeCodeDescriptionSize, String timeCodeDescriptionFlavor)CMTimegetFrameDuration()intgetFrameQuanta()CMTimeCodeFlagsgetTimeCodeFlags()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
-
CMTimeCodeFormatDescription
public CMTimeCodeFormatDescription()
-
-
Method Details
-
create
public static CMTimeCodeFormatDescription create(CMTimeCodeFormatType timeCodeFormatType, CMTime frameDuration, int frameQuanta, CMTimeCodeFlags tcFlags, CMTimeCodeFormatDescriptionExtension extensions) throws OSStatusException- Throws:
OSStatusException- Since:
- Available in iOS 4.0 and later.
-
createFromBigEndianTimeCodeDescriptionData
public static CMTimeCodeFormatDescription createFromBigEndianTimeCodeDescriptionData(BytePtr timeCodeDescriptionData, long timeCodeDescriptionSize, String timeCodeDescriptionFlavor) throws OSStatusException- Throws:
OSStatusException- Since:
- Available in iOS 8.0 and later.
-
createFromBigEndianTimeCodeDescriptionBlockBuffer
public static CMTimeCodeFormatDescription createFromBigEndianTimeCodeDescriptionBlockBuffer(CMBlockBuffer timeCodeDescriptionBlockBuffer, String timeCodeDescriptionFlavor) throws OSStatusException- Throws:
OSStatusException- Since:
- Available in iOS 8.0 and later.
-
copyAsBigEndianTimeCodeDescriptionBlockBuffer
public CMBlockBuffer copyAsBigEndianTimeCodeDescriptionBlockBuffer(CMTimeCodeFormatDescription timeCodeFormatDescription, String timeCodeDescriptionFlavor) throws OSStatusException- Throws:
OSStatusException- Since:
- Available in iOS 8.0 and later.
-
getFrameDuration
-
getFrameQuanta
public int getFrameQuanta() -
getTimeCodeFlags
-