Paused

data class Paused(val time: Double) : PlayerEvent

Emitted when the player is paused.

Constructors

Link copied to clipboard
constructor(time: Double)

Properties

Link copied to clipboard

The current time (in seconds).