Show / Hide Table of Contents

Class CfnChannelPropsMixin.AudioSilenceFailoverSettingsProperty

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

Inheritance
object
CfnChannelPropsMixin.AudioSilenceFailoverSettingsProperty
Implements
CfnChannelPropsMixin.IAudioSilenceFailoverSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiosilencefailoversettings.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiosilencefailoversettings.html

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

string

Remarks

Select your most important rendition. If you didn't create an audio selector in this input, leave blank.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiosilencefailoversettings.html#cfn-medialive-channel-audiosilencefailoversettings-audioselectorname

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

double?

Remarks

Silence is defined as audio loss or audio quieter than -50 dBFS.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiosilencefailoversettings.html#cfn-medialive-channel-audiosilencefailoversettings-audiosilencethresholdmsec

Implements

CfnChannelPropsMixin.IAudioSilenceFailoverSettingsProperty
Back to top Generated by DocFX