Play

data class Play(val time: Double) : PlayerEvent

Emitted when the player receives an intention to play (i.e Player.play).

Constructors

Link copied to clipboard
constructor(time: Double)

Properties

Link copied to clipboard

The current time (in seconds).