Class: Aws::Types::AudioNormalizationSettings
- Inherits:
-
Object
- Object
- Aws::Types::AudioNormalizationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm ⇒ "ITU_1770_1", ...
Returns the value of attribute algorithm.
-
#algorithm_control ⇒ "CORRECT_AUDIO"
Returns the value of attribute algorithm_control.
-
#peak_calculation ⇒ "NONE", "TRUE_PEAK"
Returns the value of attribute peak_calculation.
-
#peak_limiter_threshold ⇒ ::Float
Returns the value of attribute peak_limiter_threshold.
-
#target_lkfs ⇒ ::Float
Returns the value of attribute target_lkfs.
Instance Attribute Details
#algorithm ⇒ "ITU_1770_1", ...
Returns the value of attribute algorithm.
147 148 149 |
# File 'sig/types.rbs', line 147 def algorithm @algorithm end |
#algorithm_control ⇒ "CORRECT_AUDIO"
Returns the value of attribute algorithm_control.
148 149 150 |
# File 'sig/types.rbs', line 148 def algorithm_control @algorithm_control end |
#peak_calculation ⇒ "NONE", "TRUE_PEAK"
Returns the value of attribute peak_calculation.
150 151 152 |
# File 'sig/types.rbs', line 150 def peak_calculation @peak_calculation end |
#peak_limiter_threshold ⇒ ::Float
Returns the value of attribute peak_limiter_threshold.
151 152 153 |
# File 'sig/types.rbs', line 151 def peak_limiter_threshold @peak_limiter_threshold end |
#target_lkfs ⇒ ::Float
Returns the value of attribute target_lkfs.
149 150 151 |
# File 'sig/types.rbs', line 149 def target_lkfs @target_lkfs end |