Interface CfnRouterInputPropsMixin.SilentAudioConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouterInputPropsMixin.SilentAudioConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRouterInputPropsMixin
@Stability(Stable)
public static interface CfnRouterInputPropsMixin.SilentAudioConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Detects silent audio in the router input's source content and reports it through a CloudWatch metric, an EventBridge event, and a router input message.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.*;
SilentAudioConfigurationProperty silentAudioConfigurationProperty = SilentAudioConfigurationProperty.builder()
.state("state")
.thresholdSeconds(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRouterInputPropsMixin.SilentAudioConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getState
- See Also:
-
getThresholdSeconds
The number of consecutive seconds of silence that MediaConnect must detect before it reports an issue.- See Also:
-
builder
@Stability(Stable) static CfnRouterInputPropsMixin.SilentAudioConfigurationProperty.Builder builder()
-