Class: Aws::Types::AudioCodecSettings
- Inherits:
-
Object
- Object
- Aws::Types::AudioCodecSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aac_settings ⇒ Types::AacSettings
Returns the value of attribute aac_settings.
-
#ac_3_settings ⇒ Types::Ac3Settings
Returns the value of attribute ac_3_settings.
-
#eac_3_atmos_settings ⇒ Types::Eac3AtmosSettings
Returns the value of attribute eac_3_atmos_settings.
-
#eac_3_settings ⇒ Types::Eac3Settings
Returns the value of attribute eac_3_settings.
-
#mp_2_settings ⇒ Types::Mp2Settings
Returns the value of attribute mp_2_settings.
-
#pass_through_settings ⇒ Types::PassThroughSettings
Returns the value of attribute pass_through_settings.
-
#wav_settings ⇒ Types::WavSettings
Returns the value of attribute wav_settings.
Instance Attribute Details
#aac_settings ⇒ Types::AacSettings
Returns the value of attribute aac_settings.
102 103 104 |
# File 'sig/types.rbs', line 102 def aac_settings @aac_settings end |
#ac_3_settings ⇒ Types::Ac3Settings
Returns the value of attribute ac_3_settings.
103 104 105 |
# File 'sig/types.rbs', line 103 def ac_3_settings @ac_3_settings end |
#eac_3_atmos_settings ⇒ Types::Eac3AtmosSettings
Returns the value of attribute eac_3_atmos_settings.
104 105 106 |
# File 'sig/types.rbs', line 104 def eac_3_atmos_settings @eac_3_atmos_settings end |
#eac_3_settings ⇒ Types::Eac3Settings
Returns the value of attribute eac_3_settings.
105 106 107 |
# File 'sig/types.rbs', line 105 def eac_3_settings @eac_3_settings end |
#mp_2_settings ⇒ Types::Mp2Settings
Returns the value of attribute mp_2_settings.
106 107 108 |
# File 'sig/types.rbs', line 106 def mp_2_settings @mp_2_settings end |
#pass_through_settings ⇒ Types::PassThroughSettings
Returns the value of attribute pass_through_settings.
107 108 109 |
# File 'sig/types.rbs', line 107 def pass_through_settings @pass_through_settings end |
#wav_settings ⇒ Types::WavSettings
Returns the value of attribute wav_settings.
108 109 110 |
# File 'sig/types.rbs', line 108 def wav_settings @wav_settings end |