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
18221 18222 18223 18224 18225 18226 18227 18228 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18221 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
18221 18222 18223 18224 18225 18226 18227 18228 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18221 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
18221 18222 18223 18224 18225 18226 18227 18228 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18221 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
18221 18222 18223 18224 18225 18226 18227 18228 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18221 class Av1ColorSpaceSettings < Struct.new( :color_space_passthrough_settings, :hdr_10_settings, :rec_601_settings, :rec_709_settings) SENSITIVE = [] include Aws::Structure end |