TimeChanged

data class TimeChanged(val time: Double) : PlayerEvent

Emitted when the current playback time has changed.

Constructors

Link copied to clipboard
constructor(time: Double)

Properties

Link copied to clipboard

The current playback time (in seconds).