Uses of Class
org.robovm.apple.audiotoolbox.AudioFileMarkerType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AudioFileMarkerType in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AudioFileMarkerType Modifier and Type Method Description AudioFileMarkerTypeAudioFileMarker. getType()static AudioFileMarkerTypeAudioFileMarkerType. valueOf(long n)Returns the enum constant of this type with the specified name.static AudioFileMarkerTypeAudioFileMarkerType. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioFileMarkerType[]AudioFileMarkerType. 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 AudioFileMarkerType Modifier and Type Method Description AudioFileMarkerAudioFileMarker. setType(AudioFileMarkerType type)Constructors in org.robovm.apple.audiotoolbox with parameters of type AudioFileMarkerType Constructor Description AudioFileMarker(double framePosition, String name, int markerID, AudioFileSMPTETime SMPTETime, AudioFileMarkerType type, short channel)