ChannelEncoderSettingsGlobalConfigurationArgs

data class ChannelEncoderSettingsGlobalConfigurationArgs(val initialAudioGain: Output<Int>? = null, val inputEndAction: Output<String>? = null, val inputLossBehavior: Output<ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorArgs>? = null, val outputLockingMode: Output<String>? = null, val outputTimingSource: Output<String>? = null, val supportLowFramerateInputs: Output<String>? = null) : ConvertibleToJava<ChannelEncoderSettingsGlobalConfigurationArgs>

Constructors

constructor(initialAudioGain: Output<Int>? = null, inputEndAction: Output<String>? = null, inputLossBehavior: Output<ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorArgs>? = null, outputLockingMode: Output<String>? = null, outputTimingSource: Output<String>? = null, supportLowFramerateInputs: Output<String>? = null)

Properties

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

Value to set the initial audio gain for the Live Event.

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

Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When “none” is configured the encoder will transcode either black, a solid color, or a user specified slate images per the “Input Loss Behavior” configuration until the next input switch occurs (which is controlled through the Channel Schedule API).

Link copied to clipboard

Settings for system actions when input is lost. See Input Loss Behavior for more details.

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

Indicates how MediaLive pipelines are synchronized. PIPELINE\_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH\_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.

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

Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.

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

Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second.

Functions

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