Class: Aws::MediaLive::Types::Av1ColorSpaceSettings

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

Overview

Av1 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

Returns:

  • (Types::ColorSpacePassthroughSettings)


18004
18005
18006
18007
18008
18009
18010
18011
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18004

class Av1ColorSpaceSettings < 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



18004
18005
18006
18007
18008
18009
18010
18011
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18004

class Av1ColorSpaceSettings < 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

Returns:

  • (Types::Rec601Settings)


18004
18005
18006
18007
18008
18009
18010
18011
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18004

class Av1ColorSpaceSettings < 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

Returns:

  • (Types::Rec709Settings)


18004
18005
18006
18007
18008
18009
18010
18011
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18004

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