| Package | Description |
|---|---|
| org.deepsymmetry.beatlink.data |
Offers rich information about the tracks loaded in players on the network.
|
| Modifier and Type | Field and Description |
|---|---|
AlbumArt |
AlbumArtUpdate.art
The album art which is now associated with the track loaded in the player's main deck.
|
| Modifier and Type | Method and Description |
|---|---|
AlbumArt |
ArtFinder.getCachedArtwork(ZipFile cache,
DataReference artReference)
Look up artwork from a cache file.
|
AlbumArt |
ArtFinder.getLatestArtFor(DeviceUpdate update)
Look up the album art we have for a given player, identified by a status update received from that player.
|
AlbumArt |
ArtFinder.getLatestArtFor(int player)
Look up the album art we have for the track loaded in the main deck of a given player number.
|
AlbumArt |
ArtFinder.requestArtworkFrom(DataReference artReference)
Ask the specified player for the specified artwork from the specified media slot, first checking if we have a
cached copy.
|
| Modifier and Type | Method and 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.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.