public static interface RemoteControlClient.OnPlaybackPositionUpdateListener
Modifier and Type | Method and Description |
---|---|
void |
onPlaybackPositionUpdate(long newPositionMs)
Called on the implementer to notify it that the playback head should be set at the given
position.
|
void onPlaybackPositionUpdate(long newPositionMs)
RemoteControlClient.setPlaybackState(int, long, float)
to reflect the actual new
position being used, regardless of whether it differs from the requested position.
Failure to do so would cause the system to not know the new actual playback position,
and user interface components would fail to show the user where playback resumed after
the position was updated.newPositionMs
- the new requested position in the current media, expressed in ms.