Playing

data class Playing(time: Double) : PlayerEvent

Emitted when the player enters the playing state after calling Player.play.

Constructors

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

Properties

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

Inherited properties

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