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.
-
#ac_4_settings ⇒ Types::Ac4Settings
Returns the value of attribute ac_4_settings.
-
#aiff_settings ⇒ Types::AiffSettings
Returns the value of attribute aiff_settings.
-
#codec ⇒ "AAC", ...
Returns the value of attribute codec.
-
#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.
-
#flac_settings ⇒ Types::FlacSettings
Returns the value of attribute flac_settings.
-
#mp_2_settings ⇒ Types::Mp2Settings
Returns the value of attribute mp_2_settings.
-
#mp_3_settings ⇒ Types::Mp3Settings
Returns the value of attribute mp_3_settings.
-
#opus_settings ⇒ Types::OpusSettings
Returns the value of attribute opus_settings.
-
#vorbis_settings ⇒ Types::VorbisSettings
Returns the value of attribute vorbis_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.
105 106 107 |
# File 'sig/types.rbs', line 105 def aac_settings @aac_settings end |
#ac_3_settings ⇒ Types::Ac3Settings
Returns the value of attribute ac_3_settings.
106 107 108 |
# File 'sig/types.rbs', line 106 def ac_3_settings @ac_3_settings end |
#ac_4_settings ⇒ Types::Ac4Settings
Returns the value of attribute ac_4_settings.
107 108 109 |
# File 'sig/types.rbs', line 107 def ac_4_settings @ac_4_settings end |
#aiff_settings ⇒ Types::AiffSettings
Returns the value of attribute aiff_settings.
108 109 110 |
# File 'sig/types.rbs', line 108 def aiff_settings @aiff_settings end |
#codec ⇒ "AAC", ...
Returns the value of attribute codec.
109 110 111 |
# File 'sig/types.rbs', line 109 def codec @codec end |
#eac_3_atmos_settings ⇒ Types::Eac3AtmosSettings
Returns the value of attribute eac_3_atmos_settings.
110 111 112 |
# File 'sig/types.rbs', line 110 def eac_3_atmos_settings @eac_3_atmos_settings end |
#eac_3_settings ⇒ Types::Eac3Settings
Returns the value of attribute eac_3_settings.
111 112 113 |
# File 'sig/types.rbs', line 111 def eac_3_settings @eac_3_settings end |
#flac_settings ⇒ Types::FlacSettings
Returns the value of attribute flac_settings.
112 113 114 |
# File 'sig/types.rbs', line 112 def flac_settings @flac_settings end |
#mp_2_settings ⇒ Types::Mp2Settings
Returns the value of attribute mp_2_settings.
113 114 115 |
# File 'sig/types.rbs', line 113 def mp_2_settings @mp_2_settings end |
#mp_3_settings ⇒ Types::Mp3Settings
Returns the value of attribute mp_3_settings.
114 115 116 |
# File 'sig/types.rbs', line 114 def mp_3_settings @mp_3_settings end |
#opus_settings ⇒ Types::OpusSettings
Returns the value of attribute opus_settings.
115 116 117 |
# File 'sig/types.rbs', line 115 def opus_settings @opus_settings end |
#vorbis_settings ⇒ Types::VorbisSettings
Returns the value of attribute vorbis_settings.
116 117 118 |
# File 'sig/types.rbs', line 116 def vorbis_settings @vorbis_settings end |
#wav_settings ⇒ Types::WavSettings
Returns the value of attribute wav_settings.
117 118 119 |
# File 'sig/types.rbs', line 117 def wav_settings @wav_settings end |