ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings

data class ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings(val adMarkers: List<String>? = null, val authenticationScheme: String? = null, val cacheFullBehavior: String? = null, val cacheLength: Int? = null, val captionData: String? = null, val inputLossAction: String? = null, val restartDelay: Int? = null)

Constructors

constructor(adMarkers: List<String>? = null, authenticationScheme: String? = null, cacheFullBehavior: String? = null, cacheLength: Int? = null, captionData: String? = null, inputLossAction: String? = null, restartDelay: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adMarkers: List<String>? = null

The ad marker type for this output group.

Link copied to clipboard

Authentication scheme to use when connecting with CDN.

Link copied to clipboard

Controls behavior when content cache fills up.

Link copied to clipboard
val cacheLength: Int? = null

Cache length in seconds, is used to calculate buffer size.

Link copied to clipboard
val captionData: String? = null

Controls the types of data that passes to onCaptionInfo outputs.

Link copied to clipboard
val inputLossAction: String? = null

Controls the behavior of the RTMP group if input becomes unavailable.

Link copied to clipboard
val restartDelay: Int? = null

Number of seconds to wait until a restart is initiated.