ChannelTimeShiftConfiguration

data class ChannelTimeShiftConfiguration(val maxTimeDelaySeconds: Double)

The configuration for time-shifted viewing.

Constructors

Link copied to clipboard
constructor(maxTimeDelaySeconds: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).