@Stability(value=Stable)
public static interface CfnChannel.AudioSilenceFailoverSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is FailoverConditionSettings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
AudioSilenceFailoverSettingsProperty audioSilenceFailoverSettingsProperty = AudioSilenceFailoverSettingsProperty.builder()
.audioSelectorName("audioSelectorName")
.audioSilenceThresholdMsec(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AudioSilenceFailoverSettingsProperty.Builder
A builder for
CfnChannel.AudioSilenceFailoverSettingsProperty |
static class |
CfnChannel.AudioSilenceFailoverSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioSilenceFailoverSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AudioSilenceFailoverSettingsProperty.Builder |
builder() |
default String |
getAudioSelectorName()
The name of the audio selector in the input that MediaLive should monitor to detect silence.
|
default Number |
getAudioSilenceThresholdMsec()
The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs.
|
@Stability(value=Stable) @Nullable default String getAudioSelectorName()
Select your most important rendition. If you didn't create an audio selector in this input, leave blank.
@Stability(value=Stable) @Nullable default Number getAudioSilenceThresholdMsec()
Silence is defined as audio loss or audio quieter than -50 dBFS.
@Stability(value=Stable) static CfnChannel.AudioSilenceFailoverSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.