Uses of Interface
com.tagtraum.tunes.Track
-
Packages that use Track Package Description com.tagtraum.beatunes.inspection Allows the inspection of songs for issues.com.tagtraum.tunes Platform independent Java API for iTunes. -
-
Uses of Track in com.tagtraum.beatunes.inspection
Methods in com.tagtraum.beatunes.inspection that return types with arguments of type Track Modifier and Type Method Description protected List<Track>
CallableSolution. getTracks(BeaTunes application, Collection<Long> songIds)
Retrieves a list ofTrack
objects from the music player.Method parameters in com.tagtraum.beatunes.inspection with type arguments of type Track Modifier and Type Method Description protected void
Inspector. refreshLocations(List<Track> trackList)
Deprecated.AudioSong
objects update their location automatically -
Uses of Track in com.tagtraum.tunes
Subinterfaces of Track in com.tagtraum.tunes Modifier and Type Interface Description interface
FileTrack
File based track - i.e.Methods in com.tagtraum.tunes that return Track Modifier and Type Method Description Track
ITunes. getCurrentTrack()
The current targeted track.default Track
ITunes. getTrack(long id)
Returns the track with the given id from the library (playlist).Track
Playlist. getTrack(int index)
Gets the track with the given index.Track
Playlist. getTrack(long id)
Gets the track in this playlist with the specified persistent id.Track
Playlist. getTrack(String id)
Gets the track in this playlist with the specified persistent id.static Track
TunesUtilities. getTrack(Playlist playlist, AudioSong song)
Deprecated.static Track
TunesUtilities. getTrack(Playlist playlist, Long persistentId)
Deprecated.default Track[]
ITunes. getTracks(long... ids)
Get tracks from the library.Track[]
Playlist. getTracks()
Get all tracks from this playlist.default Track[]
Playlist. getTracks(long... ids)
Get specific tracks from this playlist.Methods in com.tagtraum.tunes with parameters of type Track Modifier and Type Method Description void
Playlist. addTracks(Track... tracks)
Add tracks to playlist.static String
TunesUtilities. getPath(Track track)
void
ITunes. play(Track track)
Play track.
-