Class: Aws::MediaLive::Types::Av1ColorSpaceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Av1ColorSpaceSettings
- 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
-
#color_space_passthrough_settings ⇒ Types::ColorSpacePassthroughSettings
Passthrough applies no color space conversion to the output.
-
#hdr_10_settings ⇒ Types::Hdr10Settings
Hdr10 Settings.
-
#rec_601_settings ⇒ Types::Rec601Settings
Rec601 Settings.
-
#rec_709_settings ⇒ Types::Rec709Settings
Rec709 Settings.
Instance Attribute Details
#color_space_passthrough_settings ⇒ Types::ColorSpacePassthroughSettings
Passthrough applies no color space conversion to the output
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_settings ⇒ Types::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_settings ⇒ Types::Rec601Settings
Rec601 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_709_settings ⇒ Types::Rec709Settings
Rec709 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 |