Uses of Class
com.tagtraum.audiokern.PlayListPlayer.ScanMode
-
Packages that use PlayListPlayer.ScanMode 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.ScanMode in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return PlayListPlayer.ScanMode Modifier and Type Method Description PlayListPlayer.ScanMode
PlayListPlayer. getScanMode()
The current scan mode.static PlayListPlayer.ScanMode
PlayListPlayer.ScanMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlayListPlayer.ScanMode[]
PlayListPlayer.ScanMode. 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.ScanMode Modifier and Type Method Description void
PlayListPlayer. setScanMode(PlayListPlayer.ScanMode mode)
Sets a new scan mode. -
Uses of PlayListPlayer.ScanMode in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return PlayListPlayer.ScanMode Modifier and Type Method Description PlayListPlayer.ScanMode
InternalPlayer. getScanMode()
PlayListPlayer.ScanMode
ITunesPlayerComponent. getScanMode()
Deprecated.Methods in com.tagtraum.beatunes with parameters of type PlayListPlayer.ScanMode Modifier and Type Method Description void
InternalPlayer. setScanMode(PlayListPlayer.ScanMode scanMode)
void
ITunesPlayerComponent. setScanMode(PlayListPlayer.ScanMode mode)
Deprecated. -
Uses of PlayListPlayer.ScanMode in com.tagtraum.tunes
Methods in com.tagtraum.tunes that return PlayListPlayer.ScanMode Modifier and Type Method Description PlayListPlayer.ScanMode
Player. getScanMode()
Methods in com.tagtraum.tunes with parameters of type PlayListPlayer.ScanMode Modifier and Type Method Description void
Player. setScanMode(PlayListPlayer.ScanMode scanMode)
-