Playing

data class Playing(val time: Double) : PlayerEvent

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

Constructors

Link copied to clipboard
constructor(time: Double)

Properties

Link copied to clipboard

The current playback time (in seconds).