Class: Aws::Types::AudioPreMixerSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_normalization_settingsTypes::AudioNormalizationSettings

Returns the value of attribute audio_normalization_settings.



6035
6036
6037
# File 'sig/types.rbs', line 6035

def audio_normalization_settings
  @audio_normalization_settings
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


6036
6037
6038
# File 'sig/types.rbs', line 6036

def channels
  @channels
end

#gain_db::Float

Returns the value of attribute gain_db.

Returns:

  • (::Float)


6037
6038
6039
# File 'sig/types.rbs', line 6037

def gain_db
  @gain_db
end

#remix_settingsTypes::RemixSettings

Returns the value of attribute remix_settings.



6038
6039
6040
# File 'sig/types.rbs', line 6038

def remix_settings
  @remix_settings
end