public static final class CfnChannel.AudioSilenceFailoverSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.AudioSilenceFailoverSettingsProperty
CfnChannel.AudioSilenceFailoverSettingsProperty
CfnChannel.AudioSilenceFailoverSettingsProperty.Builder, CfnChannel.AudioSilenceFailoverSettingsProperty.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.String |
getAudioSelectorName()
The name of the audio selector in the input that MediaLive should monitor to detect silence.
|
java.lang.Number |
getAudioSilenceThresholdMsec()
The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs.
|
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.String getAudioSelectorName()
CfnChannel.AudioSilenceFailoverSettingsProperty
Select your most important rendition. If you didn't create an audio selector in this input, leave blank.
getAudioSelectorName
in interface CfnChannel.AudioSilenceFailoverSettingsProperty
public final java.lang.Number getAudioSilenceThresholdMsec()
CfnChannel.AudioSilenceFailoverSettingsProperty
Silence is defined as audio loss or audio quieter than -50 dBFS.
getAudioSilenceThresholdMsec
in interface CfnChannel.AudioSilenceFailoverSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()