Uses of Class
org.deepsymmetry.beatlink.data.TrackPositionUpdate
-
Packages that use TrackPositionUpdate Package Description org.deepsymmetry.beatlink.data Offers rich information about the tracks loaded in players on the network. -
-
Uses of TrackPositionUpdate in org.deepsymmetry.beatlink.data
Methods in org.deepsymmetry.beatlink.data that return TrackPositionUpdate Modifier and Type Method Description TrackPositionUpdateTimeFinder. getLatestPositionFor(int player)Get the latest information we have for the specified player.TrackPositionUpdateTimeFinder. getLatestPositionFor(DeviceUpdate update)Get the latest information we have for the player that sent the supplied status update.Methods in org.deepsymmetry.beatlink.data that return types with arguments of type TrackPositionUpdate Modifier and Type Method Description Map<Integer,TrackPositionUpdate>TimeFinder. getLatestPositions()Get the latest track position reports available for all visible players.Methods in org.deepsymmetry.beatlink.data with parameters of type TrackPositionUpdate Modifier and Type Method Description voidTrackPositionListener. movementChanged(TrackPositionUpdate update)Called when there has been a significant change in movement since the last reported change.voidTrackPositionBeatListener. newBeat(Beat beat, TrackPositionUpdate update)Invoked when a beat is reported by a player for which we have aBeatGrid.
-