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.
145 146 147 |
# File 'sig/types.rbs', line 145 def algorithm @algorithm end |
#algorithm_control ⇒ "CORRECT_AUDIO", "MEASURE_ONLY"
Returns the value of attribute algorithm_control.
146 147 148 |
# File 'sig/types.rbs', line 146 def algorithm_control @algorithm_control end |
#correction_gate_level ⇒ ::Integer
Returns the value of attribute correction_gate_level.
147 148 149 |
# File 'sig/types.rbs', line 147 def correction_gate_level @correction_gate_level end |
#loudness_logging ⇒ "LOG", "DONT_LOG"
Returns the value of attribute loudness_logging.
148 149 150 |
# File 'sig/types.rbs', line 148 def loudness_logging @loudness_logging end |
#peak_calculation ⇒ "TRUE_PEAK", "NONE"
Returns the value of attribute peak_calculation.
149 150 151 |
# File 'sig/types.rbs', line 149 def peak_calculation @peak_calculation end |
#target_lkfs ⇒ ::Float
Returns the value of attribute target_lkfs.
150 151 152 |
# File 'sig/types.rbs', line 150 def target_lkfs @target_lkfs end |
#true_peak_limiter_threshold ⇒ ::Float
Returns the value of attribute true_peak_limiter_threshold.
151 152 153 |
# File 'sig/types.rbs', line 151 def true_peak_limiter_threshold @true_peak_limiter_threshold end |