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.ScanModePlayListPlayer. getScanMode()The current scan mode.static PlayListPlayer.ScanModePlayListPlayer.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 voidPlayListPlayer. 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.ScanModeInternalPlayer. getScanMode()PlayListPlayer.ScanModeITunesPlayerComponent. getScanMode()Deprecated.Methods in com.tagtraum.beatunes with parameters of type PlayListPlayer.ScanMode Modifier and Type Method Description voidInternalPlayer. setScanMode(PlayListPlayer.ScanMode scanMode)voidITunesPlayerComponent. 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.ScanModePlayer. getScanMode()Methods in com.tagtraum.tunes with parameters of type PlayListPlayer.ScanMode Modifier and Type Method Description voidPlayer. setScanMode(PlayListPlayer.ScanMode scanMode)
-