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.
856 857 858 |
# File 'sig/types.rbs', line 856 def audio_duration_correction @audio_duration_correction end |
#external_audio_file_input ⇒ ::String
Returns the value of attribute external_audio_file_input.
857 858 859 |
# File 'sig/types.rbs', line 857 def external_audio_file_input @external_audio_file_input end |
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
858 859 860 |
# File 'sig/types.rbs', line 858 def language_code @language_code end |
#offset ⇒ ::Integer
Returns the value of attribute offset.
859 860 861 |
# File 'sig/types.rbs', line 859 def offset @offset end |
#selector_type ⇒ "ALL_TRACKS", "LANGUAGE_CODE"
Returns the value of attribute selector_type.
860 861 862 |
# File 'sig/types.rbs', line 860 def selector_type @selector_type end |