Show / Hide Table of Contents

Class CfnFlowPropsMixin.AudioMonitoringSettingProperty

Specifies the configuration for audio stream metrics monitoring.

Inheritance
object
CfnFlowPropsMixin.AudioMonitoringSettingProperty
Implements
CfnFlowPropsMixin.IAudioMonitoringSettingProperty
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.MediaConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFlowPropsMixin.AudioMonitoringSettingProperty : CfnFlowPropsMixin.IAudioMonitoringSettingProperty
Syntax (vb)
Public Class CfnFlowPropsMixin.AudioMonitoringSettingProperty Implements CfnFlowPropsMixin.IAudioMonitoringSettingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-audiomonitoringsetting.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.MediaConnect;

             var audioMonitoringSettingProperty = new AudioMonitoringSettingProperty {
                 SilentAudio = new SilentAudioProperty {
                     State = "state",
                     ThresholdSeconds = 123
                 }
             };

Synopsis

Constructors

AudioMonitoringSettingProperty()

Specifies the configuration for audio stream metrics monitoring.

Properties

SilentAudio

Detects periods of silence.

Constructors

AudioMonitoringSettingProperty()

Specifies the configuration for audio stream metrics monitoring.

public AudioMonitoringSettingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-audiomonitoringsetting.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.MediaConnect;

             var audioMonitoringSettingProperty = new AudioMonitoringSettingProperty {
                 SilentAudio = new SilentAudioProperty {
                     State = "state",
                     ThresholdSeconds = 123
                 }
             };

Properties

SilentAudio

Detects periods of silence.

public object? SilentAudio { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-audiomonitoringsetting.html#cfn-mediaconnect-flow-audiomonitoringsetting-silentaudio

Type union: either IResolvable or CfnFlowPropsMixin.ISilentAudioProperty

Implements

CfnFlowPropsMixin.IAudioMonitoringSettingProperty
Back to top Generated by DocFX