Uses of Class
org.deepsymmetry.beatlink.data.AlbumArt
-
Packages that use AlbumArt Package Description org.deepsymmetry.beatlink.data Offers rich information about the tracks loaded in players on the network. -
-
Uses of AlbumArt in org.deepsymmetry.beatlink.data
Fields in org.deepsymmetry.beatlink.data declared as AlbumArt Modifier and Type Field Description AlbumArtAlbumArtUpdate. artThe album art which is now associated with the track loaded in the player's main deck.Methods in org.deepsymmetry.beatlink.data that return AlbumArt Modifier and Type Method Description AlbumArtMetadataProvider. getAlbumArt(MediaDetails sourceMedia, DataReference art)Get a particular album art image, if it is available.AlbumArtArtFinder. getLatestArtFor(int player)Look up the album art we have for the track loaded in the main deck of a given player number.AlbumArtArtFinder. getLatestArtFor(DeviceUpdate update)Look up the album art we have for a given player, identified by a status update received from that player.AlbumArtArtFinder. requestArtworkFrom(DataReference artReference, CdjStatus.TrackType trackType)Ask the specified player for the specified artwork from the specified media slot, first checking if we have a cached copy.Methods in org.deepsymmetry.beatlink.data that return types with arguments of type AlbumArt Modifier and Type Method Description Map<DeckReference,AlbumArt>ArtFinder. getLoadedArt()Get the art available for all tracks currently loaded in any player, either on the play deck, or in a hot cue.
-