Class: Aws::Types::VideoOverlayInput
- Inherits:
-
Object
- Object
- Aws::Types::VideoOverlayInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_selectors ⇒ ::Hash[::String, Types::AudioSelector]
Returns the value of attribute audio_selectors.
-
#file_input ⇒ ::String
Returns the value of attribute file_input.
-
#input_clippings ⇒ ::Array[Types::VideoOverlayInputClipping]
Returns the value of attribute input_clippings.
-
#timecode_source ⇒ "EMBEDDED", ...
Returns the value of attribute timecode_source.
-
#timecode_start ⇒ ::String
Returns the value of attribute timecode_start.
Instance Attribute Details
#audio_selectors ⇒ ::Hash[::String, Types::AudioSelector]
Returns the value of attribute audio_selectors.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def audio_selectors @audio_selectors end |
#file_input ⇒ ::String
Returns the value of attribute file_input.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def file_input @file_input end |
#input_clippings ⇒ ::Array[Types::VideoOverlayInputClipping]
Returns the value of attribute input_clippings.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def input_clippings @input_clippings end |
#timecode_source ⇒ "EMBEDDED", ...
Returns the value of attribute timecode_source.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def timecode_source @timecode_source end |
#timecode_start ⇒ ::String
Returns the value of attribute timecode_start.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def timecode_start @timecode_start end |