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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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



13096
13097
13098
13099
13100
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13096

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