Configuration

data class Configuration(val positionRefreshRate: Hz = 2.0.hz, val seekBackwardIncrement: Duration = 15.seconds, val seekForwardIncrement: Duration = 30.seconds)

Constructors

Link copied to clipboard
constructor(positionRefreshRate: Hz = 2.0.hz, seekBackwardIncrement: Duration = 15.seconds, seekForwardIncrement: Duration = 30.seconds)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard