ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings

data class ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings(val bandwidth: Int? = null, val bufferSegments: Int? = null, val retries: Int? = null, val retryInterval: Int? = null, val scte35Source: String? = null)

Constructors

constructor(bandwidth: Int? = null, bufferSegments: Int? = null, retries: Int? = null, retryInterval: Int? = null, scte35Source: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bandwidth: Int? = null

The bitrate is specified in bits per second, as in an HLS manifest.

Link copied to clipboard
val bufferSegments: Int? = null

Buffer segments.

Link copied to clipboard
val retries: Int? = null

The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.

Link copied to clipboard
val retryInterval: Int? = null

The number of seconds between retries when an attempt to read a manifest or segment fails.

Link copied to clipboard
val scte35Source: String? = null