Class: Aws::MediaLive::Types::VideoSelectorColorSpaceSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Video Selector Color Space Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hdr_10_settingsTypes::Hdr10Settings

Hdr10 Settings



13049
13050
13051
13052
13053
# File 'lib/aws-sdk-medialive/types.rb', line 13049

class VideoSelectorColorSpaceSettings < Struct.new(
  :hdr_10_settings)
  SENSITIVE = []
  include Aws::Structure
end