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")


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.

Returns:

  • ("CORRECT_AUDIO", "MEASURE_ONLY")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("LOG", "DONT_LOG")


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.

Returns:

  • ("TRUE_PEAK", "NONE")


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


151
152
153
# File 'sig/types.rbs', line 151

def true_peak_limiter_threshold
  @true_peak_limiter_threshold
end