SmoothProgressTrackerState
class SmoothProgressTrackerState(player: PillarboxExoPlayer, coroutineScope: CoroutineScope) : ProgressTrackerState
Player progress tracker that updates the player's actual progress everytime that onChanged is called.
Parameters
player
The Player whose current position must be tracked.
coroutineScope