Package-level declarations

Types

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

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.