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 IAudioMonitoringSettingProperty
Syntax (vb)
Public Interface 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.AWS.MediaConnect;
var audioMonitoringSettingProperty = new AudioMonitoringSettingProperty {
SilentAudio = new SilentAudioProperty {
State = "state",
ThresholdSeconds = 123
}
};
Synopsis
Properties
Silent |
Detects periods of silence. |
Properties
SilentAudio
Detects periods of silence.
virtual object SilentAudio { get; }
Property Value
System.