TimeChanged

data class TimeChanged(time: Double) : PlayerEvent

Emitted when the current playback time has changed.

Constructors

TimeChanged
Link copied to clipboard
fun TimeChanged(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.