| Package | Description |
|---|---|
| org.deepsymmetry.beatlink.data |
Offers rich information about the tracks loaded in players on the network.
|
| Modifier and Type | Method and Description |
|---|---|
TrackPositionUpdate |
TimeFinder.getLatestPositionFor(DeviceUpdate update)
Get the latest information we have for the player that sent the supplied status update.
|
TrackPositionUpdate |
TimeFinder.getLatestPositionFor(int player)
Get the latest information we have for the specified player.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,TrackPositionUpdate> |
TimeFinder.getLatestPositions()
Get the latest track position reports available for all visible players.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrackPositionListener.movementChanged(TrackPositionUpdate update)
Called when there has been a significant change in movement since the last reported change.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.