DurationChanged

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

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

Constructors

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

Properties

Link copied to clipboard
val from: Double

The duration before the change happened (in seconds).

Link copied to clipboard
val to: Double

The duration after the change happened (in seconds).