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.



6049
6050
6051
# File 'sig/types.rbs', line 6049

def audio_normalization_settings
  @audio_normalization_settings
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


6050
6051
6052
# File 'sig/types.rbs', line 6050

def channels
  @channels
end

#gain_db::Float

Returns the value of attribute gain_db.

Returns:

  • (::Float)


6051
6052
6053
# File 'sig/types.rbs', line 6051

def gain_db
  @gain_db
end

#remix_settingsTypes::RemixSettings

Returns the value of attribute remix_settings.



6052
6053
6054
# File 'sig/types.rbs', line 6052

def remix_settings
  @remix_settings
end