Class: Aws::MediaLive::Types::H265ColorSpaceSettings

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 H265ColorSpaceSettings data as a hash:

{
  color_space_passthrough_settings: {
  },
  hdr_10_settings: {
    max_cll: 1,
    max_fall: 1,
  },
  rec_601_settings: {
  },
  rec_709_settings: {
  },
}

H265 Color Space Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#color_space_passthrough_settingsTypes::ColorSpacePassthroughSettings

Passthrough applies no color space conversion to the output



8385
8386
8387
8388
8389
8390
8391
8392
# File 'lib/aws-sdk-medialive/types.rb', line 8385

class H265ColorSpaceSettings < Struct.new(
  :color_space_passthrough_settings,
  :hdr_10_settings,
  :rec_601_settings,
  :rec_709_settings)
  SENSITIVE = []
  include Aws::Structure
end

#hdr_10_settingsTypes::Hdr10Settings

Hdr10 Settings



8385
8386
8387
8388
8389
8390
8391
8392
# File 'lib/aws-sdk-medialive/types.rb', line 8385

class H265ColorSpaceSettings < Struct.new(
  :color_space_passthrough_settings,
  :hdr_10_settings,
  :rec_601_settings,
  :rec_709_settings)
  SENSITIVE = []
  include Aws::Structure
end

#rec_601_settingsTypes::Rec601Settings

Rec601 Settings



8385
8386
8387
8388
8389
8390
8391
8392
# File 'lib/aws-sdk-medialive/types.rb', line 8385

class H265ColorSpaceSettings < Struct.new(
  :color_space_passthrough_settings,
  :hdr_10_settings,
  :rec_601_settings,
  :rec_709_settings)
  SENSITIVE = []
  include Aws::Structure
end

#rec_709_settingsTypes::Rec709Settings

Rec709 Settings



8385
8386
8387
8388
8389
8390
8391
8392
# File 'lib/aws-sdk-medialive/types.rb', line 8385

class H265ColorSpaceSettings < Struct.new(
  :color_space_passthrough_settings,
  :hdr_10_settings,
  :rec_601_settings,
  :rec_709_settings)
  SENSITIVE = []
  include Aws::Structure
end