@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioSilenceFailoverSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AudioSilenceFailoverSettings() |
Modifier and Type | Method and Description |
---|---|
AudioSilenceFailoverSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAudioSelectorName()
The name of the audio selector in the input that MediaLive should monitor to detect silence.
|
Integer |
getAudioSilenceThresholdMsec()
The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudioSelectorName(String audioSelectorName)
The name of the audio selector in the input that MediaLive should monitor to detect silence.
|
void |
setAudioSilenceThresholdMsec(Integer audioSilenceThresholdMsec)
The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs.
|
String |
toString()
Returns a string representation of this object.
|
AudioSilenceFailoverSettings |
withAudioSelectorName(String audioSelectorName)
The name of the audio selector in the input that MediaLive should monitor to detect silence.
|
AudioSilenceFailoverSettings |
withAudioSilenceThresholdMsec(Integer audioSilenceThresholdMsec)
The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs.
|
public void setAudioSelectorName(String audioSelectorName)
audioSelectorName
- The name of the audio selector in the input that MediaLive should monitor to detect silence. Select your
most important rendition. If you didn't create an audio selector in this input, leave blank.public String getAudioSelectorName()
public AudioSilenceFailoverSettings withAudioSelectorName(String audioSelectorName)
audioSelectorName
- The name of the audio selector in the input that MediaLive should monitor to detect silence. Select your
most important rendition. If you didn't create an audio selector in this input, leave blank.public void setAudioSilenceThresholdMsec(Integer audioSilenceThresholdMsec)
audioSilenceThresholdMsec
- The amount of time (in milliseconds) that the active input must be silent before automatic input failover
occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.public Integer getAudioSilenceThresholdMsec()
public AudioSilenceFailoverSettings withAudioSilenceThresholdMsec(Integer audioSilenceThresholdMsec)
audioSilenceThresholdMsec
- The amount of time (in milliseconds) that the active input must be silent before automatic input failover
occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.public String toString()
toString
in class Object
Object.toString()
public AudioSilenceFailoverSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.