Uses of Class
org.robovm.apple.coreaudio.SMPTETimeType
| Package | Description |
|---|---|
| org.robovm.apple.coreaudio |
-
Uses of SMPTETimeType in org.robovm.apple.coreaudio
Methods in org.robovm.apple.coreaudio that return SMPTETimeType Modifier and Type Method Description SMPTETimeTypeSMPTETime. getType()static SMPTETimeTypeSMPTETimeType. valueOf(long n)Returns the enum constant of this type with the specified name.static SMPTETimeTypeSMPTETimeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SMPTETimeType[]SMPTETimeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coreaudio with parameters of type SMPTETimeType Modifier and Type Method Description SMPTETimeSMPTETime. setType(SMPTETimeType type)Constructors in org.robovm.apple.coreaudio with parameters of type SMPTETimeType Constructor Description SMPTETime(short subframes, short subframeDivisor, int counter, SMPTETimeType type, SMPTEStateFlags flags, short hours, short minutes, short seconds, short frames)