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_1770_1", ...

Returns the value of attribute algorithm.

Returns:

  • ("ITU_1770_1", "ITU_1770_2", "ITU_1770_3", "ITU_1770_4")


147
148
149
# File 'sig/types.rbs', line 147

def algorithm
  @algorithm
end

#algorithm_control"CORRECT_AUDIO"

Returns the value of attribute algorithm_control.

Returns:

  • ("CORRECT_AUDIO")


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.

Returns:

  • ("NONE", "TRUE_PEAK")


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


149
150
151
# File 'sig/types.rbs', line 149

def target_lkfs
  @target_lkfs
end