Uses of Class
com.jmex.audio.MusicTrackQueue.RepeatType

Packages that use MusicTrackQueue.RepeatType
com.jmex.audio   
 

Uses of MusicTrackQueue.RepeatType in com.jmex.audio
 

Methods in com.jmex.audio that return MusicTrackQueue.RepeatType
 MusicTrackQueue.RepeatType MusicTrackQueue.getRepeatType()
           
static MusicTrackQueue.RepeatType MusicTrackQueue.RepeatType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MusicTrackQueue.RepeatType[] MusicTrackQueue.RepeatType.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 MusicTrackQueue.RepeatType
 void MusicTrackQueue.setRepeatType(MusicTrackQueue.RepeatType mode)