Playing

data class Playing(time: Double) : PlayerEvent

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

Constructors

Link copied to clipboard
fun Playing(time: Double)

Properties

Link copied to clipboard
val time: Double

The current playback time (in seconds).