public static final class CfnChannel.GlobalConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.GlobalConfigurationProperty
CfnChannel.GlobalConfigurationProperty
CfnChannel.GlobalConfigurationProperty.Builder, CfnChannel.GlobalConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getInitialAudioGain()
The value to set the initial audio gain for the channel.
|
java.lang.String |
getInputEndAction()
Indicates the action to take when the current input completes (for example, end-of-file).
|
java.lang.Object |
getInputLossBehavior()
The settings for system actions when the input is lost.
|
java.lang.String |
getOutputLockingMode()
Indicates how MediaLive pipelines are synchronized.
|
java.lang.String |
getOutputTimingSource()
Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally might be locked to another source through NTP) or should be locked to the clock of the source that is providing the input stream.
|
java.lang.String |
getSupportLowFramerateInputs()
Adjusts the video input buffer for streams with very low video frame rates.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getInitialAudioGain()
CfnChannel.GlobalConfigurationProperty
getInitialAudioGain
in interface CfnChannel.GlobalConfigurationProperty
public final java.lang.String getInputEndAction()
CfnChannel.GlobalConfigurationProperty
When switchAndLoopInputs is configured, MediaLive restarts at the beginning of the first input. When "none" is configured, MediaLive transcodes 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).
getInputEndAction
in interface CfnChannel.GlobalConfigurationProperty
public final java.lang.Object getInputLossBehavior()
CfnChannel.GlobalConfigurationProperty
getInputLossBehavior
in interface CfnChannel.GlobalConfigurationProperty
public final java.lang.String getOutputLockingMode()
CfnChannel.GlobalConfigurationProperty
PIPELINELOCKING - MediaLive attempts to synchronize the output of each pipeline to the other. EPOCHLOCKING - MediaLive attempts to synchronize the output of each pipeline to the Unix epoch.
getOutputLockingMode
in interface CfnChannel.GlobalConfigurationProperty
public final java.lang.String getOutputTimingSource()
CfnChannel.GlobalConfigurationProperty
getOutputTimingSource
in interface CfnChannel.GlobalConfigurationProperty
public final java.lang.String getSupportLowFramerateInputs()
CfnChannel.GlobalConfigurationProperty
This is commonly set to enabled for music channels with less than one video frame per second.
getSupportLowFramerateInputs
in interface CfnChannel.GlobalConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()