ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettingsArgs

data class ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettingsArgs(val bandwidth: Output<Int>? = null, val bufferSegments: Output<Int>? = null, val retries: Output<Int>? = null, val retryInterval: Output<Int>? = null, val scte35Source: Output<String>? = null) : ConvertibleToJava<ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettingsArgs>

Constructors

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

Properties

Link copied to clipboard
val bandwidth: Output<Int>? = null

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

Link copied to clipboard
val bufferSegments: Output<Int>? = null

Buffer segments.

Link copied to clipboard
val retries: Output<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: Output<Int>? = null

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

Link copied to clipboard
val scte35Source: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettingsArgs