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 ofTrackobjects from the music player.Method parameters in com.tagtraum.beatunes.inspection with type arguments of type Track Modifier and Type Method Description protected voidInspector. refreshLocations(List<Track> trackList)Deprecated.AudioSongobjects update their location automatically -
Uses of Track in com.tagtraum.tunes
Subinterfaces of Track in com.tagtraum.tunes Modifier and Type Interface Description interfaceFileTrackFile based track - i.e.Methods in com.tagtraum.tunes that return Track Modifier and Type Method Description TrackITunes. getCurrentTrack()The current targeted track.default TrackITunes. getTrack(long id)Returns the track with the given id from the library (playlist).TrackPlaylist. getTrack(int index)Gets the track with the given index.TrackPlaylist. getTrack(long id)Gets the track in this playlist with the specified persistent id.TrackPlaylist. getTrack(String id)Gets the track in this playlist with the specified persistent id.static TrackTunesUtilities. getTrack(Playlist playlist, AudioSong song)Deprecated.static TrackTunesUtilities. 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 voidPlaylist. addTracks(Track... tracks)Add tracks to playlist.static StringTunesUtilities. getPath(Track track)voidITunes. play(Track track)Play track.
-