Class: Aws::Types::AudioPreMixerSettings
- Inherits:
-
Object
- Object
- Aws::Types::AudioPreMixerSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_normalization_settings ⇒ Types::AudioNormalizationSettings
Returns the value of attribute audio_normalization_settings.
-
#channels ⇒ ::Integer
Returns the value of attribute channels.
-
#gain_db ⇒ ::Float
Returns the value of attribute gain_db.
-
#remix_settings ⇒ Types::RemixSettings
Returns the value of attribute remix_settings.
Instance Attribute Details
#audio_normalization_settings ⇒ Types::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.
6036 6037 6038 |
# File 'sig/types.rbs', line 6036 def channels @channels end |
#gain_db ⇒ ::Float
Returns the value of attribute gain_db.
6037 6038 6039 |
# File 'sig/types.rbs', line 6037 def gain_db @gain_db end |
#remix_settings ⇒ Types::RemixSettings
Returns the value of attribute remix_settings.
6038 6039 6040 |
# File 'sig/types.rbs', line 6038 def remix_settings @remix_settings end |