Class: Aws::Types::DolbyVision
- Inherits:
-
Object
- Object
- Aws::Types::DolbyVision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatibility ⇒ "DUPLICATE_STREAM", "SUPPLEMENTAL_CODECS"
Returns the value of attribute compatibility.
-
#l6_metadata ⇒ Types::DolbyVisionLevel6Metadata
Returns the value of attribute l6_metadata.
-
#l6_mode ⇒ "PASSTHROUGH", ...
Returns the value of attribute l6_mode.
-
#mapping ⇒ "HDR10_NOMAP", "HDR10_1000"
Returns the value of attribute mapping.
-
#profile ⇒ "PROFILE_5", "PROFILE_8_1"
Returns the value of attribute profile.
Instance Attribute Details
#compatibility ⇒ "DUPLICATE_STREAM", "SUPPLEMENTAL_CODECS"
Returns the value of attribute compatibility.
765 766 767 |
# File 'sig/types.rbs', line 765 def compatibility @compatibility end |
#l6_metadata ⇒ Types::DolbyVisionLevel6Metadata
Returns the value of attribute l6_metadata.
766 767 768 |
# File 'sig/types.rbs', line 766 def @l6_metadata end |
#l6_mode ⇒ "PASSTHROUGH", ...
Returns the value of attribute l6_mode.
767 768 769 |
# File 'sig/types.rbs', line 767 def l6_mode @l6_mode end |
#mapping ⇒ "HDR10_NOMAP", "HDR10_1000"
Returns the value of attribute mapping.
768 769 770 |
# File 'sig/types.rbs', line 768 def mapping @mapping end |
#profile ⇒ "PROFILE_5", "PROFILE_8_1"
Returns the value of attribute profile.
769 770 771 |
# File 'sig/types.rbs', line 769 def profile @profile end |