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.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def audio_selectors @audio_selectors end |
#file_input ⇒ ::String
Returns the value of attribute file_input.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def file_input @file_input end |
#input_clippings ⇒ ::Array[Types::VideoOverlayInputClipping]
Returns the value of attribute input_clippings.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def input_clippings @input_clippings end |
#timecode_source ⇒ "EMBEDDED", ...
Returns the value of attribute timecode_source.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def timecode_source @timecode_source end |
#timecode_start ⇒ ::String
Returns the value of attribute timecode_start.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def timecode_start @timecode_start end |