aws-cdk-lib.aws_medialive.CfnChannel.AudioSilenceFailoverSettingsProperty

interface AudioSilenceFailoverSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.AudioSilenceFailoverSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_AudioSilenceFailoverSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.AudioSilenceFailoverSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.AudioSilenceFailoverSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » AudioSilenceFailoverSettingsProperty

MediaLive will perform a failover if audio is not detected in this input for the specified period.

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 { aws_medialive as medialive } from 'aws-cdk-lib';
const audioSilenceFailoverSettingsProperty: medialive.CfnChannel.AudioSilenceFailoverSettingsProperty = {
  audioSelectorName: 'audioSelectorName',
  audioSilenceThresholdMsec: 123,
};

Properties

NameTypeDescription
audioSelectorName?stringThe name of the audio selector in the input that MediaLive should monitor to detect silence.
audioSilenceThresholdMsec?numberThe amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs.

audioSelectorName?

Type: string (optional)

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.


audioSilenceThresholdMsec?

Type: number (optional)

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.