| Package | Description |
|---|---|
| org.deepsymmetry.beatlink.data |
Offers rich information about the tracks loaded in players on the network.
|
| Modifier and Type | Method and Description |
|---|---|
PlaybackState |
WaveformDetailComponent.getFurthestPlaybackState()
Look up the playback state that has reached furthest in the track, but give playing players priority over stopped players.
|
PlaybackState |
WaveformPreviewComponent.getFurthestPlaybackState()
Look up the playback state that has reached furthest in the track.
|
PlaybackState |
WaveformDetailComponent.getPlaybackState(int player)
Look up the playback state recorded for a particular player.
|
PlaybackState |
WaveformPreviewComponent.getPlaybackState(int player)
Look up the playback state recorded for a particular player.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PlaybackState> |
WaveformDetailComponent.getPlaybackState()
Look up all recorded playback state information.
|
Set<PlaybackState> |
WaveformPreviewComponent.getPlaybackState()
Look up all recorded playback state information.
|
Copyright © 2016–2019 Deep Symmetry, LLC. All rights reserved.