Package-level declarations

Types

Link copied to clipboard

Interface used to subscribe to and update the Player progression.

Link copied to clipboard

Scale mode

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

Player progress tracker that updates the player's actual progress everytime that onChanged is called.