Uses of Class
com.jmex.audio.AudioTrack.TrackType

Packages that use AudioTrack.TrackType
com.jmex.audio   
 

Uses of AudioTrack.TrackType in com.jmex.audio
 

Methods in com.jmex.audio that return AudioTrack.TrackType
 AudioTrack.TrackType AudioTrack.getType()
           
static AudioTrack.TrackType AudioTrack.TrackType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AudioTrack.TrackType[] AudioTrack.TrackType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jmex.audio with parameters of type AudioTrack.TrackType
 void AudioTrack.setType(AudioTrack.TrackType type)