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.
165 166 167 |
# File 'sig/types.rbs', line 165 def audio_duration_correction @audio_duration_correction end |
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
166 167 168 |
# File 'sig/types.rbs', line 166 def custom_language_code @custom_language_code end |
#default_selection ⇒ "DEFAULT", "NOT_DEFAULT"
Returns the value of attribute default_selection.
167 168 169 |
# File 'sig/types.rbs', line 167 def default_selection @default_selection end |
#external_audio_file_input ⇒ ::String
Returns the value of attribute external_audio_file_input.
168 169 170 |
# File 'sig/types.rbs', line 168 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.
169 170 171 |
# File 'sig/types.rbs', line 169 def hls_rendition_group_settings @hls_rendition_group_settings end |
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
170 171 172 |
# File 'sig/types.rbs', line 170 def language_code @language_code end |
#offset ⇒ ::Integer
Returns the value of attribute offset.
171 172 173 |
# File 'sig/types.rbs', line 171 def offset @offset end |
#pids ⇒ ::Array[::Integer]
Returns the value of attribute pids.
172 173 174 |
# File 'sig/types.rbs', line 172 def pids @pids end |
#program_selection ⇒ ::Integer
Returns the value of attribute program_selection.
173 174 175 |
# File 'sig/types.rbs', line 173 def program_selection @program_selection end |
#remix_settings ⇒ Types::RemixSettings
Returns the value of attribute remix_settings.
174 175 176 |
# File 'sig/types.rbs', line 174 def remix_settings @remix_settings end |
#selector_type ⇒ "PID", ...
Returns the value of attribute selector_type.
175 176 177 |
# File 'sig/types.rbs', line 175 def selector_type @selector_type end |
#streams ⇒ ::Array[::Integer]
Returns the value of attribute streams.
176 177 178 |
# File 'sig/types.rbs', line 176 def streams @streams end |
#tracks ⇒ ::Array[::Integer]
Returns the value of attribute tracks.
177 178 179 |
# File 'sig/types.rbs', line 177 def tracks @tracks end |