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 SpecialPlayListInfoPlayList. getSpecialPlayListInfo()Methods in com.tagtraum.audiokern with parameters of type SpecialPlayListInfo Modifier and Type Method Description voidPlayList. setSpecialPlayListInfo(SpecialPlayListInfo specialPlayListInfo)voidReadOnlyPlayList. 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 classMatchListInfoDescribes parameters necessary to create a match list.Methods in com.tagtraum.beatunes.library that return SpecialPlayListInfo Modifier and Type Method Description SpecialPlayListInfoHibernatePlayList. getSpecialPlayListInfo()SpecialPlayListInfoPlayListFacade. getSpecialPlayListInfo()Methods in com.tagtraum.beatunes.library with parameters of type SpecialPlayListInfo Modifier and Type Method Description voidHibernatePlayList. 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 voidFileSystemPlayList. 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 voidITunesPlayList. 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 SpecialPlayListInfoAmazonPlayList. getSpecialPlayListInfo() -
Uses of SpecialPlayListInfo in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return SpecialPlayListInfo Modifier and Type Method Description SpecialPlayListInfoBeatportPlayList. getSpecialPlayListInfo()
-