| Modifier and Type | Method and Description |
|---|---|
static TrackMetadata |
MetadataFinder.getLatestMetadataFor(DeviceUpdate update)
Look up the track metadata we have for a given player, identified by a status update received from that player.
|
static TrackMetadata |
MetadataFinder.getLatestMetadataFor(int player)
Look up the track metadata we have for a given player number.
|
static TrackMetadata |
MetadataFinder.requestMetadataFrom(CdjStatus status)
Given a status update from a CDJ, find the metadata for the track that it has loaded, if any.
|
static TrackMetadata |
MetadataFinder.requestMetadataFrom(int player,
CdjStatus.TrackSourceSlot slot,
int rekordboxId)
Ask the specified player for metadata about the track in the specified slot with the specified rekordbox ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,TrackMetadata> |
MetadataFinder.getLatestMetadata()
Get all currently known metadata.
|
Copyright © 2016 Deep Symmetry, LLC. All rights reserved.