Class: Aws::MediaConnect::Types::VideoMonitoringSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::VideoMonitoringSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Specifies the configuration for video stream metrics monitoring.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#black_frames ⇒ Types::BlackFrames
Detects video frames that are black.
-
#frozen_frames ⇒ Types::FrozenFrames
Detects video frames that have not changed.
Instance Attribute Details
#black_frames ⇒ Types::BlackFrames
Detects video frames that are black.
5375 5376 5377 5378 5379 5380 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5375 class VideoMonitoringSetting < Struct.new( :black_frames, :frozen_frames) SENSITIVE = [] include Aws::Structure end |
#frozen_frames ⇒ Types::FrozenFrames
Detects video frames that have not changed.
5375 5376 5377 5378 5379 5380 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5375 class VideoMonitoringSetting < Struct.new( :black_frames, :frozen_frames) SENSITIVE = [] include Aws::Structure end |