Uses of Interface
com.tagtraum.tunes.LibraryPlaylist
-
Packages that use LibraryPlaylist Package Description com.tagtraum.tunes Platform independent Java API for iTunes. -
-
Uses of LibraryPlaylist in com.tagtraum.tunes
Methods in com.tagtraum.tunes that return LibraryPlaylist Modifier and Type Method Description LibraryPlaylist
ITunes. getLibraryPlaylist()
Get main library playlist.Methods in com.tagtraum.tunes with parameters of type LibraryPlaylist Modifier and Type Method Description static boolean
ITunesDownloadedArtwork. isPrimaryArtworkInCache(ITunesDownloadedArtwork tunesDownloadedArtwork, long songId, LibraryPlaylist libraryPlaylist)
static InputStream
ITunesDownloadedArtwork. openPrimaryArtworkStreamFromCache(ITunesDownloadedArtwork tunesDownloadedArtwork, long songId, LibraryPlaylist libraryPlaylist)
-