TimeChanged

data class TimeChanged(time: Double) : PlayerEvent

Emitted when the current playback time has changed.

Constructors

Link copied to clipboard
fun TimeChanged(time: Double)

Properties

Link copied to clipboard
val time: Double

The current playback time (in seconds).