| 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 | Method and Description |
|---|---|
MediaDetails |
MetadataFinder.getCacheMediaDetails(ZipFile cache)
Reports the details about the media from which a metadata cache was created, if available.
|
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.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.