Uses of Interface
com.tagtraum.audiokern.SpecialPlayListInfo
-
Packages that use SpecialPlayListInfo 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.ubermusic.amazon Offers access to Amazon and basic caching infrastructure.com.tagtraum.ubermusic.beatport -
-
Uses of SpecialPlayListInfo in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return SpecialPlayListInfo Modifier and Type Method Description SpecialPlayListInfo
PlayList. getSpecialPlayListInfo()
Methods in com.tagtraum.audiokern with parameters of type SpecialPlayListInfo Modifier and Type Method Description void
PlayList. setSpecialPlayListInfo(SpecialPlayListInfo specialPlayListInfo)
void
ReadOnlyPlayList. setSpecialPlayListInfo(SpecialPlayListInfo specialPlayListInfo)
-
Uses of SpecialPlayListInfo in com.tagtraum.beatunes.library
Classes in com.tagtraum.beatunes.library that implement SpecialPlayListInfo Modifier and Type Class Description class
MatchListInfo
Describes parameters necessary to create a match list.Methods in com.tagtraum.beatunes.library that return SpecialPlayListInfo Modifier and Type Method Description SpecialPlayListInfo
HibernatePlayList. getSpecialPlayListInfo()
SpecialPlayListInfo
PlayListFacade. getSpecialPlayListInfo()
Methods in com.tagtraum.beatunes.library with parameters of type SpecialPlayListInfo Modifier and Type Method Description void
HibernatePlayList. setSpecialPlayListInfo(SpecialPlayListInfo value)
-
Uses of SpecialPlayListInfo in com.tagtraum.beatunes.library.filesystem
Methods in com.tagtraum.beatunes.library.filesystem with parameters of type SpecialPlayListInfo Modifier and Type Method Description void
FileSystemPlayList. setSpecialPlayListInfo(SpecialPlayListInfo value)
-
Uses of SpecialPlayListInfo in com.tagtraum.beatunes.library.itunes
Methods in com.tagtraum.beatunes.library.itunes with parameters of type SpecialPlayListInfo Modifier and Type Method Description void
ITunesPlayList. setSpecialPlayListInfo(SpecialPlayListInfo value)
-
Uses of SpecialPlayListInfo in com.tagtraum.ubermusic.amazon
Methods in com.tagtraum.ubermusic.amazon that return SpecialPlayListInfo Modifier and Type Method Description SpecialPlayListInfo
AmazonPlayList. getSpecialPlayListInfo()
-
Uses of SpecialPlayListInfo in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return SpecialPlayListInfo Modifier and Type Method Description SpecialPlayListInfo
BeatportPlayList. getSpecialPlayListInfo()
-