Uses of Interface
software.amazon.awscdk.services.mediaconnect.alpha.MonitoringMetric
Packages that use MonitoringMetric
Package
Description
AWS::MediaConnect Construct Library
-
Uses of MonitoringMetric in software.amazon.awscdk.services.mediaconnect.alpha
Classes in software.amazon.awscdk.services.mediaconnect.alpha that implement MonitoringMetricMethods in software.amazon.awscdk.services.mediaconnect.alpha that return MonitoringMetricModifier and TypeMethodDescriptionMonitoringMetric.Builder.build()Builds the configured instance.default MonitoringMetricSourceMonitoringConfig.getBlackFrames()(experimental) Black-frames detection on the source.final MonitoringMetricSourceMonitoringConfig.Jsii$Proxy.getBlackFrames()default MonitoringMetricSourceMonitoringConfig.getFrozenFrames()(experimental) Frozen-frames detection on the source.final MonitoringMetricSourceMonitoringConfig.Jsii$Proxy.getFrozenFrames()default MonitoringMetricSourceMonitoringConfig.getSilentAudio()(experimental) Silent-audio detection on the source.final MonitoringMetricSourceMonitoringConfig.Jsii$Proxy.getSilentAudio()Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type MonitoringMetricModifier and TypeMethodDescriptionSourceMonitoringConfig.Builder.blackFrames(MonitoringMetric blackFrames) Sets the value ofSourceMonitoringConfig.getBlackFrames()SourceMonitoringConfig.Builder.frozenFrames(MonitoringMetric frozenFrames) Sets the value ofSourceMonitoringConfig.getFrozenFrames()SourceMonitoringConfig.Builder.silentAudio(MonitoringMetric silentAudio) Sets the value ofSourceMonitoringConfig.getSilentAudio()