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

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

Overview

Note:

When making an API call, you may pass VideoSelectorColorSpaceSettings data as a hash:

{
  hdr_10_settings: {
    max_cll: 1,
    max_fall: 1,
  },
}

Video Selector Color Space Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hdr_10_settingsTypes::Hdr10Settings

Hdr10 Settings



19555
19556
19557
19558
19559
# File 'lib/aws-sdk-medialive/types.rb', line 19555

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