Package-level declarations

Types

Link copied to clipboard

A ProgressTrackerState implementation that updates the Player progress every time onChanged is called and set the player to render the image track into the imageOutput.

Link copied to clipboard

This interface allows subscribing to the current Player progress and provides callbacks for manual progress adjustments.

Link copied to clipboard

Represents the scaling mode for the Player content within its parent container.

Link copied to clipboard
class SimpleProgressTrackerState(player: PillarboxPlayer, coroutineScope: CoroutineScope, useScrubbingMode: Boolean = false, updateInterval: Duration = DefaultUpdateInterval) : ProgressTrackerState

A ProgressTrackerState implementation that updates the Player progress.