Package-level declarations
Types
Link copied to clipboard
interface ProgressTrackerState
Interface used to subscribe to and update the Player progression.
Link copied to clipboard
class SimpleProgressTrackerState(player: Player, coroutineScope: CoroutineScope) : ProgressTrackerState
Player progress tracker that only updated the player's actual progress when onFinished is called.
Link copied to clipboard
class SmoothProgressTrackerState(player: PillarboxExoPlayer, coroutineScope: CoroutineScope) : ProgressTrackerState