DurationChanged

data class DurationChanged(from: Double, to: Double) : SourceEvent

Emitted when the source duration has changed. Not emitted for the initial duration.

Constructors

DurationChanged
Link copied to clipboard
fun DurationChanged(from: Double, to: Double)

Properties

from
Link copied to clipboard
val from: Double
The duration before the change happened (in seconds).
to
Link copied to clipboard
val to: Double
The duration after the change happened (in seconds).

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.