Class: Aws::MediaConnect::Types::ContentQualityAnalysisFeatureConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::ContentQualityAnalysisFeatureConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Configures the content quality analysis features for the router input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#black_frames ⇒ Types::BlackFramesConfiguration
Settings for black frames detection.
-
#frozen_frames ⇒ Types::FrozenFramesConfiguration
Settings for frozen frames detection.
-
#silent_audio ⇒ Types::SilentAudioConfiguration
Settings for silent audio detection.
Instance Attribute Details
#black_frames ⇒ Types::BlackFramesConfiguration
Settings for black frames detection.
1191 1192 1193 1194 1195 1196 1197 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1191 class ContentQualityAnalysisFeatureConfiguration < Struct.new( :black_frames, :frozen_frames, :silent_audio) SENSITIVE = [] include Aws::Structure end |
#frozen_frames ⇒ Types::FrozenFramesConfiguration
Settings for frozen frames detection.
1191 1192 1193 1194 1195 1196 1197 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1191 class ContentQualityAnalysisFeatureConfiguration < Struct.new( :black_frames, :frozen_frames, :silent_audio) SENSITIVE = [] include Aws::Structure end |
#silent_audio ⇒ Types::SilentAudioConfiguration
Settings for silent audio detection.
1191 1192 1193 1194 1195 1196 1197 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1191 class ContentQualityAnalysisFeatureConfiguration < Struct.new( :black_frames, :frozen_frames, :silent_audio) SENSITIVE = [] include Aws::Structure end |