Class: Aws::Types::AudioSelector
- Inherits:
-
Object
- Object
- Aws::Types::AudioSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_duration_correction ⇒ "DISABLED", ...
Returns the value of attribute audio_duration_correction.
-
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
-
#default_selection ⇒ "DEFAULT", "NOT_DEFAULT"
Returns the value of attribute default_selection.
-
#external_audio_file_input ⇒ ::String
Returns the value of attribute external_audio_file_input.
-
#hls_rendition_group_settings ⇒ Types::HlsRenditionGroupSettings
Returns the value of attribute hls_rendition_group_settings.
-
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
-
#offset ⇒ ::Integer
Returns the value of attribute offset.
-
#pids ⇒ ::Array[::Integer]
Returns the value of attribute pids.
-
#program_selection ⇒ ::Integer
Returns the value of attribute program_selection.
-
#remix_settings ⇒ Types::RemixSettings
Returns the value of attribute remix_settings.
-
#selector_type ⇒ "PID", ...
Returns the value of attribute selector_type.
-
#streams ⇒ ::Array[::Integer]
Returns the value of attribute streams.
-
#tracks ⇒ ::Array[::Integer]
Returns the value of attribute tracks.
Instance Attribute Details
#audio_duration_correction ⇒ "DISABLED", ...
Returns the value of attribute audio_duration_correction.
173 174 175 |
# File 'sig/types.rbs', line 173 def audio_duration_correction @audio_duration_correction end |
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
174 175 176 |
# File 'sig/types.rbs', line 174 def custom_language_code @custom_language_code end |
#default_selection ⇒ "DEFAULT", "NOT_DEFAULT"
Returns the value of attribute default_selection.
175 176 177 |
# File 'sig/types.rbs', line 175 def default_selection @default_selection end |
#external_audio_file_input ⇒ ::String
Returns the value of attribute external_audio_file_input.
176 177 178 |
# File 'sig/types.rbs', line 176 def external_audio_file_input @external_audio_file_input end |
#hls_rendition_group_settings ⇒ Types::HlsRenditionGroupSettings
Returns the value of attribute hls_rendition_group_settings.
177 178 179 |
# File 'sig/types.rbs', line 177 def hls_rendition_group_settings @hls_rendition_group_settings end |
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
178 179 180 |
# File 'sig/types.rbs', line 178 def language_code @language_code end |
#offset ⇒ ::Integer
Returns the value of attribute offset.
179 180 181 |
# File 'sig/types.rbs', line 179 def offset @offset end |
#pids ⇒ ::Array[::Integer]
Returns the value of attribute pids.
180 181 182 |
# File 'sig/types.rbs', line 180 def pids @pids end |
#program_selection ⇒ ::Integer
Returns the value of attribute program_selection.
181 182 183 |
# File 'sig/types.rbs', line 181 def program_selection @program_selection end |
#remix_settings ⇒ Types::RemixSettings
Returns the value of attribute remix_settings.
182 183 184 |
# File 'sig/types.rbs', line 182 def remix_settings @remix_settings end |
#selector_type ⇒ "PID", ...
Returns the value of attribute selector_type.
183 184 185 |
# File 'sig/types.rbs', line 183 def selector_type @selector_type end |
#streams ⇒ ::Array[::Integer]
Returns the value of attribute streams.
184 185 186 |
# File 'sig/types.rbs', line 184 def streams @streams end |
#tracks ⇒ ::Array[::Integer]
Returns the value of attribute tracks.
185 186 187 |
# File 'sig/types.rbs', line 185 def tracks @tracks end |