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.
753 754 755 |
# File 'sig/types.rbs', line 753 def compatibility @compatibility end |
#l6_metadata ⇒ Types::DolbyVisionLevel6Metadata
Returns the value of attribute l6_metadata.
754 755 756 |
# File 'sig/types.rbs', line 754 def @l6_metadata end |
#l6_mode ⇒ "PASSTHROUGH", ...
Returns the value of attribute l6_mode.
755 756 757 |
# File 'sig/types.rbs', line 755 def l6_mode @l6_mode end |
#mapping ⇒ "HDR10_NOMAP", "HDR10_1000"
Returns the value of attribute mapping.
756 757 758 |
# File 'sig/types.rbs', line 756 def mapping @mapping end |
#profile ⇒ "PROFILE_5", "PROFILE_8_1"
Returns the value of attribute profile.
757 758 759 |
# File 'sig/types.rbs', line 757 def profile @profile end |