| Package | Description |
|---|---|
| org.deepsymmetry.beatlink |
A library for synchronizing with beats from Pioneer DJ Link equipment,
and finding out details about the tracks that are playing.
|
| org.deepsymmetry.beatlink.data |
Offers rich information about the tracks loaded in players on the network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaDetailsListener.detailsAvailable(MediaDetails details)
Invoked when a media details response message is received by the
VirtualCdj from a player. |
boolean |
MediaDetails.hasChanged(MediaDetails originalMedia)
Check whether the media seems to have changed since a saved version of it was used.
|
| Modifier and Type | Field and Description |
|---|---|
MediaDetails |
MetadataCache.sourceMedia
Holds information about the media from which this cache was created.
|
| Modifier and Type | Method and Description |
|---|---|
MediaDetails |
MetadataFinder.getMediaDetailsFor(SlotReference slot)
Look up the details we know about the media mounted in a particular slot
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MediaDetails> |
MetadataFinder.getMountedMediaDetails()
Get the details we know about all mounted media.
|
List<MediaDetails> |
MetadataProvider.supportedMedia()
Get the list of media devices for which metadata can be offered by this provider.
|
List<MediaDetails> |
MetadataCache.supportedMedia() |
| Modifier and Type | Method and Description |
|---|---|
AlbumArt |
MetadataProvider.getAlbumArt(MediaDetails sourceMedia,
DataReference art)
Get a particular album art image, if it is available.
|
AlbumArt |
MetadataCache.getAlbumArt(MediaDetails sourceMedia,
DataReference art) |
BeatGrid |
MetadataProvider.getBeatGrid(MediaDetails sourceMedia,
DataReference track)
Get the beat grid for a particular track, if it is available.
|
BeatGrid |
MetadataCache.getBeatGrid(MediaDetails sourceMedia,
DataReference track) |
CueList |
MetadataProvider.getCueList(MediaDetails sourceMedia,
DataReference track)
Get the cue list for a particular track, if it is available.
|
CueList |
MetadataCache.getCueList(MediaDetails sourceMedia,
DataReference track) |
Set<MetadataProvider> |
MetadataFinder.getMetadataProviders(MediaDetails sourceMedia)
Get the set of metadata providers that can offer metadata for tracks loaded from the specified media.
|
TrackMetadata |
MetadataProvider.getTrackMetadata(MediaDetails sourceMedia,
DataReference track)
Get metadata for a particular track, if it is available.
|
TrackMetadata |
MetadataCache.getTrackMetadata(MediaDetails sourceMedia,
DataReference track) |
WaveformDetail |
MetadataProvider.getWaveformDetail(MediaDetails sourceMedia,
DataReference track)
Get the waveform detail for a particular track, if it is available.
|
WaveformDetail |
MetadataCache.getWaveformDetail(MediaDetails sourceMedia,
DataReference track) |
WaveformPreview |
MetadataProvider.getWaveformPreview(MediaDetails sourceMedia,
DataReference track)
Get the waveform preview for a particular track, if it is available.
|
WaveformPreview |
MetadataCache.getWaveformPreview(MediaDetails sourceMedia,
DataReference track) |
Copyright © 2016–2019 Deep Symmetry, LLC. All rights reserved.