| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
AudioSilenceFailoverSettings |
AudioSilenceFailoverSettings.clone() |
AudioSilenceFailoverSettings |
FailoverConditionSettings.getAudioSilenceSettings()
MediaLive will perform a failover if the specified audio selector is silent for the specified period.
|
AudioSilenceFailoverSettings |
AudioSilenceFailoverSettings.withAudioSelectorName(String audioSelectorName)
The name of the audio selector in the input that MediaLive should monitor to detect silence.
|
AudioSilenceFailoverSettings |
AudioSilenceFailoverSettings.withAudioSilenceThresholdMsec(Integer audioSilenceThresholdMsec)
The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FailoverConditionSettings.setAudioSilenceSettings(AudioSilenceFailoverSettings audioSilenceSettings)
MediaLive will perform a failover if the specified audio selector is silent for the specified period.
|
FailoverConditionSettings |
FailoverConditionSettings.withAudioSilenceSettings(AudioSilenceFailoverSettings audioSilenceSettings)
MediaLive will perform a failover if the specified audio selector is silent for the specified period.
|
Copyright © 2024. All rights reserved.