| Package | Description |
|---|---|
| org.deepsymmetry.beatlink.data |
Offers rich information about the tracks loaded in players on the network.
|
| Modifier and Type | Field and Description |
|---|---|
WaveformPreview |
WaveformPreviewUpdate.preview
The waveform preview which is now associated with the track loaded in the player's main deck.
|
| Modifier and Type | Method and Description |
|---|---|
WaveformPreview |
WaveformFinder.getCachedWaveformPreview(ZipFile cache,
DataReference dataReference)
Look up a waveform preview in a metadata cache.
|
WaveformPreview |
WaveformFinder.getLatestPreviewFor(DeviceUpdate update)
Look up the waveform preview we have for a given player, identified by a status update received from that player.
|
WaveformPreview |
WaveformFinder.getLatestPreviewFor(int player)
Look up the waveform preview we have for the track loaded in the main deck of a given player number.
|
WaveformPreview |
WaveformFinder.requestWaveformPreviewFrom(DataReference dataReference)
Ask the specified player for the specified waveform preview from the specified media slot, first checking if we
have a cached copy.
|
| Modifier and Type | Method and Description |
|---|---|
Map<DeckReference,WaveformPreview> |
WaveformFinder.getLoadedPreviews()
Get the waveform previews available for all tracks currently loaded in any player, either on the play deck, or
in a hot cue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaveformPreviewComponent.setWaveformPreview(WaveformPreview preview,
TrackMetadata metadata)
Change the waveform preview being drawn.
|
| Constructor and Description |
|---|
WaveformPreviewComponent(WaveformPreview preview,
TrackMetadata metadata)
Create a view which draws a specific waveform, even if it is not currently loaded in a player.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.