Play

data class Play(time: Double) : PlayerEvent

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

Constructors

Play
Link copied to clipboard
fun Play(time: Double)

Properties

time
Link copied to clipboard
val time: Double
The current time (in seconds).

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.