Class: Aws::Types::DynamicAudioSelector
- Inherits:
-
Object
- Object
- Aws::Types::DynamicAudioSelector
- 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.
-
#external_audio_file_input ⇒ ::String
Returns the value of attribute external_audio_file_input.
-
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
-
#offset ⇒ ::Integer
Returns the value of attribute offset.
-
#selector_type ⇒ "ALL_TRACKS", "LANGUAGE_CODE"
Returns the value of attribute selector_type.
Instance Attribute Details
#audio_duration_correction ⇒ "DISABLED", ...
Returns the value of attribute audio_duration_correction.
835 836 837 |
# File 'sig/types.rbs', line 835 def audio_duration_correction @audio_duration_correction end |
#external_audio_file_input ⇒ ::String
Returns the value of attribute external_audio_file_input.
836 837 838 |
# File 'sig/types.rbs', line 836 def external_audio_file_input @external_audio_file_input end |
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
837 838 839 |
# File 'sig/types.rbs', line 837 def language_code @language_code end |
#offset ⇒ ::Integer
Returns the value of attribute offset.
838 839 840 |
# File 'sig/types.rbs', line 838 def offset @offset end |
#selector_type ⇒ "ALL_TRACKS", "LANGUAGE_CODE"
Returns the value of attribute selector_type.
839 840 841 |
# File 'sig/types.rbs', line 839 def selector_type @selector_type end |