Class: Aws::Types::Av1QvbrSettings
- Inherits:
-
Object
- Object
- Aws::Types::Av1QvbrSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#qvbr_quality_level ⇒ ::Integer
Returns the value of attribute qvbr_quality_level.
-
#qvbr_quality_level_fine_tune ⇒ ::Float
Returns the value of attribute qvbr_quality_level_fine_tune.
Instance Attribute Details
#qvbr_quality_level ⇒ ::Integer
Returns the value of attribute qvbr_quality_level.
210 211 212 |
# File 'sig/types.rbs', line 210 def qvbr_quality_level @qvbr_quality_level end |
#qvbr_quality_level_fine_tune ⇒ ::Float
Returns the value of attribute qvbr_quality_level_fine_tune.
211 212 213 |
# File 'sig/types.rbs', line 211 def qvbr_quality_level_fine_tune @qvbr_quality_level_fine_tune end |