TimeRange

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

A time range in seconds.

Constructors

Link copied to clipboard
constructor(start: Double, end: Double)

Properties

Link copied to clipboard
val end: Double

The end of the range in seconds.

Link copied to clipboard

The start of the range in seconds.