Show / Hide Table of Contents

Interface CfnFlow.IAudioMonitoringSettingProperty

Specifies the configuration for audio stream metrics monitoring.

Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFlow.IAudioMonitoringSettingProperty
Syntax (vb)
Public Interface CfnFlow.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.AWS.MediaConnect;

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

Synopsis

Properties

SilentAudio

Detects periods of silence.

Properties

SilentAudio

Detects periods of silence.

object? SilentAudio { get; }
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 CfnFlow.ISilentAudioProperty

Back to top Generated by DocFX