Class CfnFlowPropsMixin.AudioMonitoringSettingProperty
Specifies the configuration for audio stream metrics monitoring.
Implements
Inherited Members
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
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
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; }