Class: Aws::Types::AudioSelectorSettings
- Inherits:
-
Object
- Object
- Aws::Types::AudioSelectorSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_hls_rendition_selection ⇒ Types::AudioHlsRenditionSelection
Returns the value of attribute audio_hls_rendition_selection.
-
#audio_language_selection ⇒ Types::AudioLanguageSelection
Returns the value of attribute audio_language_selection.
-
#audio_pid_selection ⇒ Types::AudioPidSelection
Returns the value of attribute audio_pid_selection.
-
#audio_track_selection ⇒ Types::AudioTrackSelection
Returns the value of attribute audio_track_selection.
Instance Attribute Details
#audio_hls_rendition_selection ⇒ Types::AudioHlsRenditionSelection
Returns the value of attribute audio_hls_rendition_selection.
176 177 178 |
# File 'sig/types.rbs', line 176 def audio_hls_rendition_selection @audio_hls_rendition_selection end |
#audio_language_selection ⇒ Types::AudioLanguageSelection
Returns the value of attribute audio_language_selection.
177 178 179 |
# File 'sig/types.rbs', line 177 def audio_language_selection @audio_language_selection end |
#audio_pid_selection ⇒ Types::AudioPidSelection
Returns the value of attribute audio_pid_selection.
178 179 180 |
# File 'sig/types.rbs', line 178 def audio_pid_selection @audio_pid_selection end |
#audio_track_selection ⇒ Types::AudioTrackSelection
Returns the value of attribute audio_track_selection.
179 180 181 |
# File 'sig/types.rbs', line 179 def audio_track_selection @audio_track_selection end |