Uses of Class
com.tagtraum.audiokern.PlayList.Kind
-
Packages that use PlayList.Kind Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.beatunes.library Classes that load and manage the library.com.tagtraum.beatunes.library.filesystem Implementation of a file system based music library.com.tagtraum.beatunes.library.itunes Implementation of an iTunes-based music library.com.tagtraum.tunes Platform independent Java API for iTunes.com.tagtraum.ubermusic.amazon Offers access to Amazon and basic caching infrastructure.com.tagtraum.ubermusic.beatport -
-
Uses of PlayList.Kind in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return PlayList.Kind Modifier and Type Method Description static PlayList.Kind
PlayList.Kind. get(int id)
Get aPlayList.Kind
for an integer identifier.static PlayList.Kind
PlayList.Kind. get(AudioSong.MediaKind mediaKind)
Get playlistPlayList.Kind
for a givenAudioSong.MediaKind
.PlayList.Kind
PlayList. getDistinguishedKind()
Returns the special kind of this playlist.static PlayList.Kind
PlayList.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlayList.Kind[]
PlayList.Kind. 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 PlayList.Kind Modifier and Type Method Description void
PlayList. setDistinguishedKind(PlayList.Kind distinguishedKind)
Allows setting of a special song type, likePODCASTS
. -
Uses of PlayList.Kind in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return PlayList.Kind Modifier and Type Method Description PlayList.Kind
HibernatePlayList. getDistinguishedKind()
PlayList.Kind
PlayListFacade. getDistinguishedKind()
Methods in com.tagtraum.beatunes.library with parameters of type PlayList.Kind Modifier and Type Method Description Set<Long>
AbstractMediaLibrary. getSongIds(PlayList.Kind... kinds)
Set<Long>
MediaLibrary. getSongIds(PlayList.Kind... kinds)
Returns all ids that are in the given set ofPlayList.Kind
s.boolean
AbstractMediaLibrary. isSupportedPlayList(PlayList.Kind kind)
boolean
MediaLibrary. isSupportedPlayList(PlayList.Kind kind)
Indicates whether a distinguished kind ofPlayList
is supported.void
HibernatePlayList. setDistinguishedKind(PlayList.Kind value)
-
Uses of PlayList.Kind in com.tagtraum.beatunes.library.filesystem
Methods in com.tagtraum.beatunes.library.filesystem with parameters of type PlayList.Kind Modifier and Type Method Description void
FileSystemPlayList. setDistinguishedKind(PlayList.Kind value)
-
Uses of PlayList.Kind in com.tagtraum.beatunes.library.itunes
Methods in com.tagtraum.beatunes.library.itunes that return PlayList.Kind Modifier and Type Method Description static PlayList.Kind
ITunesPlayListBinder. getDistinguishedKind(Map<String,Object> playListPropertyMap)
Methods in com.tagtraum.beatunes.library.itunes with parameters of type PlayList.Kind Modifier and Type Method Description void
ITunesPlayList. setDistinguishedKind(PlayList.Kind distinguishedKind)
-
Uses of PlayList.Kind in com.tagtraum.tunes
Methods in com.tagtraum.tunes with parameters of type PlayList.Kind Modifier and Type Method Description boolean
ITunes. isSupportedPlayList(PlayList.Kind kind)
Indicates whether a distinguished kind ofPlayList
is supported. -
Uses of PlayList.Kind in com.tagtraum.ubermusic.amazon
Methods in com.tagtraum.ubermusic.amazon that return PlayList.Kind Modifier and Type Method Description PlayList.Kind
AmazonPlayList. getDistinguishedKind()
Methods in com.tagtraum.ubermusic.amazon with parameters of type PlayList.Kind Modifier and Type Method Description void
AmazonPlayList. setDistinguishedKind(PlayList.Kind distinguishedKind)
-
Uses of PlayList.Kind in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return PlayList.Kind Modifier and Type Method Description PlayList.Kind
BeatportPlayList. getDistinguishedKind()
Methods in com.tagtraum.ubermusic.beatport with parameters of type PlayList.Kind Modifier and Type Method Description void
BeatportPlayList. setDistinguishedKind(PlayList.Kind distinguishedKind)
-