onChanged

abstract fun onChanged(progress: Duration)

Callback to invoke when the progress is being manually changed.

Parameters

progress

The new progress of the media being played. It must be between 0ms and the total duration of the media, as returned by Player.getDuration.