Play

data class Play(time: Double) : PlayerEvent

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

Constructors

Link copied to clipboard
fun Play(time: Double)

Properties

Link copied to clipboard
val time: Double

The current time (in seconds).