| Package | Description |
|---|---|
| org.deepsymmetry.beatlink.data |
Offers rich information about the tracks loaded in players on the network.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TrackPositionBeatListener
The listener interface for receiving updates when a new beat has occurred during track playback, when you want
to know the actual new beat number (the beat packet itself does not carry this information, but the
TimeFinder integrates it for you). |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeFinder.addTrackPositionListener(int player,
TrackPositionListener listener)
Add a listener that wants to closely follow track playback for a particular player.
|
void |
TimeFinder.removeTrackPositionListener(TrackPositionListener listener)
Remove a listener that was following track playback movement.
|
Copyright © 2016–2019 Deep Symmetry, LLC. All rights reserved.