Class: Aws::MediaConnect::Types::VideoMonitoringSetting

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#black_framesTypes::BlackFrames

Detects video frames that are black.

Returns:



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_framesTypes::FrozenFrames

Detects video frames that have not changed.

Returns:



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