Package-level declarations
Types
Link copied to clipboard
interface ProgressTrackerState
This interface allows subscribing to the current Player progress and provides callbacks for manual progress adjustments.
Link copied to clipboard
class SimpleProgressTrackerState(player: Player, coroutineScope: CoroutineScope) : ProgressTrackerState
A ProgressTrackerState implementation that updates the Player progress only when onFinished is called.
Link copied to clipboard
class SmoothProgressTrackerState(player: PillarboxExoPlayer, coroutineScope: CoroutineScope, imageOutput: ImageOutput = ImageOutput.NO_OP) : ProgressTrackerState
A ProgressTrackerState implementation that updates the Player progress every time onChanged is called.