TimeRange

data class TimeRange(start: Double, end: Double)

A time range in seconds.

Constructors

Link copied to clipboard
fun TimeRange(start: Double, end: Double)

Properties

Link copied to clipboard
val end: Double

The end of the range in seconds.

Link copied to clipboard
val start: Double

The start of the range in seconds.