Uses of Class
com.tagtraum.audiokern.PlayListPlayer.RepeatMode
-
Packages that use PlayListPlayer.RepeatMode Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.tunes Platform independent Java API for iTunes. -
-
Uses of PlayListPlayer.RepeatMode in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return PlayListPlayer.RepeatMode Modifier and Type Method Description PlayListPlayer.RepeatMode
PlayListPlayer. getRepeatMode()
The current repeat mode.static PlayListPlayer.RepeatMode
PlayListPlayer.RepeatMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlayListPlayer.RepeatMode[]
PlayListPlayer.RepeatMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tagtraum.audiokern with parameters of type PlayListPlayer.RepeatMode Modifier and Type Method Description void
PlayListPlayer. setRepeatMode(PlayListPlayer.RepeatMode mode)
Sets the current repeat mode. -
Uses of PlayListPlayer.RepeatMode in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return PlayListPlayer.RepeatMode Modifier and Type Method Description PlayListPlayer.RepeatMode
InternalPlayer. getRepeatMode()
PlayListPlayer.RepeatMode
ITunesPlayerComponent. getRepeatMode()
Deprecated.Methods in com.tagtraum.beatunes with parameters of type PlayListPlayer.RepeatMode Modifier and Type Method Description void
InternalPlayer. setRepeatMode(PlayListPlayer.RepeatMode repeatMode)
void
ITunesPlayerComponent. setRepeatMode(PlayListPlayer.RepeatMode mode)
Deprecated. -
Uses of PlayListPlayer.RepeatMode in com.tagtraum.tunes
Methods in com.tagtraum.tunes that return PlayListPlayer.RepeatMode Modifier and Type Method Description PlayListPlayer.RepeatMode
Player. getRepeatMode()
Methods in com.tagtraum.tunes with parameters of type PlayListPlayer.RepeatMode Modifier and Type Method Description void
Player. setRepeatMode(PlayListPlayer.RepeatMode mode)
-