Class: Aws::Types::AudioDescription
- Inherits:
-
Object
- Object
- Aws::Types::AudioDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_channel_tagging_settings ⇒ Types::AudioChannelTaggingSettings
Returns the value of attribute audio_channel_tagging_settings.
-
#audio_normalization_settings ⇒ Types::AudioNormalizationSettings
Returns the value of attribute audio_normalization_settings.
-
#audio_pitch_correction_settings ⇒ Types::AudioPitchCorrectionSettings
Returns the value of attribute audio_pitch_correction_settings.
-
#audio_source_name ⇒ ::String
Returns the value of attribute audio_source_name.
-
#audio_type ⇒ ::Integer
Returns the value of attribute audio_type.
-
#audio_type_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute audio_type_control.
-
#codec_settings ⇒ Types::AudioCodecSettings
Returns the value of attribute codec_settings.
-
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
-
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
-
#language_code_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute language_code_control.
-
#remix_settings ⇒ Types::RemixSettings
Returns the value of attribute remix_settings.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#audio_channel_tagging_settings ⇒ Types::AudioChannelTaggingSettings
Returns the value of attribute audio_channel_tagging_settings.
122 123 124 |
# File 'sig/types.rbs', line 122 def audio_channel_tagging_settings @audio_channel_tagging_settings end |
#audio_normalization_settings ⇒ Types::AudioNormalizationSettings
Returns the value of attribute audio_normalization_settings.
123 124 125 |
# File 'sig/types.rbs', line 123 def audio_normalization_settings @audio_normalization_settings end |
#audio_pitch_correction_settings ⇒ Types::AudioPitchCorrectionSettings
Returns the value of attribute audio_pitch_correction_settings.
124 125 126 |
# File 'sig/types.rbs', line 124 def audio_pitch_correction_settings @audio_pitch_correction_settings end |
#audio_source_name ⇒ ::String
Returns the value of attribute audio_source_name.
125 126 127 |
# File 'sig/types.rbs', line 125 def audio_source_name @audio_source_name end |
#audio_type ⇒ ::Integer
Returns the value of attribute audio_type.
126 127 128 |
# File 'sig/types.rbs', line 126 def audio_type @audio_type end |
#audio_type_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute audio_type_control.
127 128 129 |
# File 'sig/types.rbs', line 127 def audio_type_control @audio_type_control end |
#codec_settings ⇒ Types::AudioCodecSettings
Returns the value of attribute codec_settings.
128 129 130 |
# File 'sig/types.rbs', line 128 def codec_settings @codec_settings end |
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
129 130 131 |
# File 'sig/types.rbs', line 129 def custom_language_code @custom_language_code end |
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
130 131 132 |
# File 'sig/types.rbs', line 130 def language_code @language_code end |
#language_code_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute language_code_control.
131 132 133 |
# File 'sig/types.rbs', line 131 def language_code_control @language_code_control end |
#remix_settings ⇒ Types::RemixSettings
Returns the value of attribute remix_settings.
132 133 134 |
# File 'sig/types.rbs', line 132 def remix_settings @remix_settings end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
133 134 135 |
# File 'sig/types.rbs', line 133 def stream_name @stream_name end |