Class: Aws::Types::AudioDescription
- Inherits:
-
Object
- Object
- Aws::Types::AudioDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_dash_roles ⇒ ::Array[("ALTERNATE" | "COMMENTARY" | "DESCRIPTION" | "DUB" | "EMERGENCY" | "ENHANCED-AUDIO-INTELLIGIBILITY" | "KARAOKE" | "MAIN" | "SUPPLEMENTARY")]
Returns the value of attribute audio_dash_roles.
-
#audio_normalization_settings ⇒ Types::AudioNormalizationSettings
Returns the value of attribute audio_normalization_settings.
-
#audio_selector_name ⇒ ::String
Returns the value of attribute audio_selector_name.
-
#audio_type ⇒ "CLEAN_EFFECTS", ...
Returns the value of attribute audio_type.
-
#audio_type_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute audio_type_control.
-
#audio_watermarking_settings ⇒ Types::AudioWatermarkSettings
Returns the value of attribute audio_watermarking_settings.
-
#codec_settings ⇒ Types::AudioCodecSettings
Returns the value of attribute codec_settings.
-
#dvb_dash_accessibility ⇒ "DVBDASH_1_VISUALLY_IMPAIRED", ...
Returns the value of attribute dvb_dash_accessibility.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#language_code_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute language_code_control.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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_dash_roles ⇒ ::Array[("ALTERNATE" | "COMMENTARY" | "DESCRIPTION" | "DUB" | "EMERGENCY" | "ENHANCED-AUDIO-INTELLIGIBILITY" | "KARAOKE" | "MAIN" | "SUPPLEMENTARY")]
Returns the value of attribute audio_dash_roles.
124 125 126 |
# File 'sig/types.rbs', line 124 def audio_dash_roles @audio_dash_roles end |
#audio_normalization_settings ⇒ Types::AudioNormalizationSettings
Returns the value of attribute audio_normalization_settings.
113 114 115 |
# File 'sig/types.rbs', line 113 def audio_normalization_settings @audio_normalization_settings end |
#audio_selector_name ⇒ ::String
Returns the value of attribute audio_selector_name.
114 115 116 |
# File 'sig/types.rbs', line 114 def audio_selector_name @audio_selector_name end |
#audio_type ⇒ "CLEAN_EFFECTS", ...
Returns the value of attribute audio_type.
115 116 117 |
# File 'sig/types.rbs', line 115 def audio_type @audio_type end |
#audio_type_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute audio_type_control.
116 117 118 |
# File 'sig/types.rbs', line 116 def audio_type_control @audio_type_control end |
#audio_watermarking_settings ⇒ Types::AudioWatermarkSettings
Returns the value of attribute audio_watermarking_settings.
117 118 119 |
# File 'sig/types.rbs', line 117 def audio_watermarking_settings @audio_watermarking_settings end |
#codec_settings ⇒ Types::AudioCodecSettings
Returns the value of attribute codec_settings.
118 119 120 |
# File 'sig/types.rbs', line 118 def codec_settings @codec_settings end |
#dvb_dash_accessibility ⇒ "DVBDASH_1_VISUALLY_IMPAIRED", ...
Returns the value of attribute dvb_dash_accessibility.
125 126 127 |
# File 'sig/types.rbs', line 125 def dvb_dash_accessibility @dvb_dash_accessibility end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
119 120 121 |
# File 'sig/types.rbs', line 119 def language_code @language_code end |
#language_code_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute language_code_control.
120 121 122 |
# File 'sig/types.rbs', line 120 def language_code_control @language_code_control end |
#name ⇒ ::String
Returns the value of attribute name.
121 122 123 |
# File 'sig/types.rbs', line 121 def name @name end |
#remix_settings ⇒ Types::RemixSettings
Returns the value of attribute remix_settings.
122 123 124 |
# File 'sig/types.rbs', line 122 def remix_settings @remix_settings end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
123 124 125 |
# File 'sig/types.rbs', line 123 def stream_name @stream_name end |