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_BS_1770_1", ...
Returns the value of attribute algorithm.
-
#algorithm_control ⇒ "CORRECT_AUDIO", "MEASURE_ONLY"
Returns the value of attribute algorithm_control.
-
#correction_gate_level ⇒ ::Integer
Returns the value of attribute correction_gate_level.
-
#loudness_logging ⇒ "LOG", "DONT_LOG"
Returns the value of attribute loudness_logging.
-
#peak_calculation ⇒ "TRUE_PEAK", "NONE"
Returns the value of attribute peak_calculation.
-
#target_lkfs ⇒ ::Float
Returns the value of attribute target_lkfs.
-
#true_peak_limiter_threshold ⇒ ::Float
Returns the value of attribute true_peak_limiter_threshold.
Instance Attribute Details
#algorithm ⇒ "ITU_BS_1770_1", ...
Returns the value of attribute algorithm.
138 139 140 |
# File 'sig/types.rbs', line 138 def algorithm @algorithm end |
#algorithm_control ⇒ "CORRECT_AUDIO", "MEASURE_ONLY"
Returns the value of attribute algorithm_control.
139 140 141 |
# File 'sig/types.rbs', line 139 def algorithm_control @algorithm_control end |
#correction_gate_level ⇒ ::Integer
Returns the value of attribute correction_gate_level.
140 141 142 |
# File 'sig/types.rbs', line 140 def correction_gate_level @correction_gate_level end |
#loudness_logging ⇒ "LOG", "DONT_LOG"
Returns the value of attribute loudness_logging.
141 142 143 |
# File 'sig/types.rbs', line 141 def loudness_logging @loudness_logging end |
#peak_calculation ⇒ "TRUE_PEAK", "NONE"
Returns the value of attribute peak_calculation.
142 143 144 |
# File 'sig/types.rbs', line 142 def peak_calculation @peak_calculation end |
#target_lkfs ⇒ ::Float
Returns the value of attribute target_lkfs.
143 144 145 |
# File 'sig/types.rbs', line 143 def target_lkfs @target_lkfs end |
#true_peak_limiter_threshold ⇒ ::Float
Returns the value of attribute true_peak_limiter_threshold.
144 145 146 |
# File 'sig/types.rbs', line 144 def true_peak_limiter_threshold @true_peak_limiter_threshold end |