Uses of Class
org.robovm.apple.audiotoolbox.CAFSMPTETimeType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of CAFSMPTETimeType in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return CAFSMPTETimeType Modifier and Type Method Description CAFSMPTETimeTypeAudioFileMarkerList. getSMPTETimeType()CAFSMPTETimeTypeAudioFileRegionList. getSMPTETimeType()static CAFSMPTETimeTypeCAFSMPTETimeType. valueOf(long n)Returns the enum constant of this type with the specified name.static CAFSMPTETimeTypeCAFSMPTETimeType. valueOf(String name)Returns the enum constant of this type with the specified name.static CAFSMPTETimeType[]CAFSMPTETimeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.audiotoolbox with parameters of type CAFSMPTETimeType Modifier and Type Method Description AudioFileMarkerListAudioFileMarkerList. setSMPTETimeType(CAFSMPTETimeType SMPTETimeType)AudioFileRegionListAudioFileRegionList. setSMPTETimeType(CAFSMPTETimeType SMPTETimeType)Constructors in org.robovm.apple.audiotoolbox with parameters of type CAFSMPTETimeType Constructor Description AudioFileMarkerList(CAFSMPTETimeType SMPTETimeType)AudioFileRegionList(CAFSMPTETimeType SMPTETimeType)