Class CfnChannelPropsMixin.AudioSilenceFailoverSettingsProperty
MediaLive will perform a failover if audio is not detected in this input for the specified period.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.AudioSilenceFailoverSettingsProperty : CfnChannelPropsMixin.IAudioSilenceFailoverSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.AudioSilenceFailoverSettingsProperty Implements CfnChannelPropsMixin.IAudioSilenceFailoverSettingsProperty
Remarks
The parent of this entity is FailoverConditionSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;
var audioSilenceFailoverSettingsProperty = new AudioSilenceFailoverSettingsProperty {
AudioSelectorName = "audioSelectorName",
AudioSilenceThresholdMsec = 123
};
Synopsis
Constructors
| AudioSilenceFailoverSettingsProperty() | MediaLive will perform a failover if audio is not detected in this input for the specified period. |
Properties
| AudioSelectorName | The name of the audio selector in the input that MediaLive should monitor to detect silence. |
| AudioSilenceThresholdMsec | The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs. |
Constructors
AudioSilenceFailoverSettingsProperty()
MediaLive will perform a failover if audio is not detected in this input for the specified period.
public AudioSilenceFailoverSettingsProperty()
Remarks
The parent of this entity is FailoverConditionSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;
var audioSilenceFailoverSettingsProperty = new AudioSilenceFailoverSettingsProperty {
AudioSelectorName = "audioSelectorName",
AudioSilenceThresholdMsec = 123
};
Properties
AudioSelectorName
The name of the audio selector in the input that MediaLive should monitor to detect silence.
public string? AudioSelectorName { get; set; }
Property Value
Remarks
Select your most important rendition. If you didn't create an audio selector in this input, leave blank.
AudioSilenceThresholdMsec
The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs.
public double? AudioSilenceThresholdMsec { get; set; }
Property Value
Remarks
Silence is defined as audio loss or audio quieter than -50 dBFS.