Class: Aws::Types::DolbyVisionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DolbyVisionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_layer ⇒ "PRESENT", "ABSENT"
Returns the value of attribute base_layer.
-
#enhancement_layer ⇒ "PRESENT", "ABSENT"
Returns the value of attribute enhancement_layer.
-
#level ⇒ ::Integer
Returns the value of attribute level.
-
#profile ⇒ ::Integer
Returns the value of attribute profile.
-
#rpu ⇒ "PRESENT", "ABSENT"
Returns the value of attribute rpu.
Instance Attribute Details
#base_layer ⇒ "PRESENT", "ABSENT"
Returns the value of attribute base_layer.
780 781 782 |
# File 'sig/types.rbs', line 780 def base_layer @base_layer end |
#enhancement_layer ⇒ "PRESENT", "ABSENT"
Returns the value of attribute enhancement_layer.
781 782 783 |
# File 'sig/types.rbs', line 781 def enhancement_layer @enhancement_layer end |
#level ⇒ ::Integer
Returns the value of attribute level.
782 783 784 |
# File 'sig/types.rbs', line 782 def level @level end |
#profile ⇒ ::Integer
Returns the value of attribute profile.
783 784 785 |
# File 'sig/types.rbs', line 783 def profile @profile end |
#rpu ⇒ "PRESENT", "ABSENT"
Returns the value of attribute rpu.
784 785 786 |
# File 'sig/types.rbs', line 784 def rpu @rpu end |