Uses of Interface
com.tagtraum.tunes.Playlist
-
Packages that use Playlist Package Description com.tagtraum.tunes Platform independent Java API for iTunes. -
-
Uses of Playlist in com.tagtraum.tunes
Subinterfaces of Playlist in com.tagtraum.tunes Modifier and Type Interface Description interfaceLibraryPlaylistLibraryPlaylist.Methods in com.tagtraum.tunes that return Playlist Modifier and Type Method Description PlaylistPlaylist. createFolder()Creates a Folder in this playlist.PlaylistPlaylist. createPlaylist()Creates a Playlist in this playlist.PlaylistITunes. getCurrentPlaylist()The playlist containing the currently targeted track.PlaylistPlaylist. getParent()Returns the parent of this playlist or null if there is none.PlaylistSource. getPlaylist(long persistentId)Gets the playlist of this source with the specified persistent id.PlaylistSource. getPlaylist(String persistentId)Gets the playlist of this source with the specified persistent id.PlaylistTrack. getPlaylist()Return playlist this track is in.Playlist[]Source. getPlaylists()Gets all playlists of this source.Methods in com.tagtraum.tunes with parameters of type Playlist Modifier and Type Method Description static TrackTunesUtilities. getTrack(Playlist playlist, AudioSong song)Deprecated.static TrackTunesUtilities. getTrack(Playlist playlist, Long persistentId)Deprecated.voidPlaylist. move(Playlist newParentPlaylist)Moves this playlist to some other playlist.voidITunes. play(Playlist playlist)Play playlist.
-