Class: Aws::Types::AudioNormalizationSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm"ITU_BS_1770_1", ...

Returns the value of attribute algorithm.

Returns:

  • ("ITU_BS_1770_1", "ITU_BS_1770_2", "ITU_BS_1770_3", "ITU_BS_1770_4")


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.

Returns:

  • ("CORRECT_AUDIO", "MEASURE_ONLY")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("LOG", "DONT_LOG")


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.

Returns:

  • ("TRUE_PEAK", "NONE")


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


144
145
146
# File 'sig/types.rbs', line 144

def true_peak_limiter_threshold
  @true_peak_limiter_threshold
end