ChannelDashPlaylistSettings

data class ChannelDashPlaylistSettings(val manifestWindowSeconds: Double? = null, val minBufferTimeSeconds: Double? = null, val minUpdatePeriodSeconds: Double? = null, val suggestedPresentationDelaySeconds: Double? = null)

Dash manifest configuration parameters.

Constructors

Link copied to clipboard
constructor(manifestWindowSeconds: Double? = null, minBufferTimeSeconds: Double? = null, minUpdatePeriodSeconds: Double? = null, suggestedPresentationDelaySeconds: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.

Link copied to clipboard

Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: 2 seconds. Maximum value: 60 seconds.

Link copied to clipboard

Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.

Link copied to clipboard

Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.