Class: Aws::Types::VideoOverlay
- Inherits:
-
Object
- Object
- Aws::Types::VideoOverlay
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crop ⇒ Types::VideoOverlayCrop
Returns the value of attribute crop.
-
#end_timecode ⇒ ::String
Returns the value of attribute end_timecode.
-
#initial_position ⇒ Types::VideoOverlayPosition
Returns the value of attribute initial_position.
-
#input ⇒ Types::VideoOverlayInput
Returns the value of attribute input.
-
#playback ⇒ "ONCE", "REPEAT"
Returns the value of attribute playback.
-
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
-
#transitions ⇒ ::Array[Types::VideoOverlayTransition]
Returns the value of attribute transitions.
Instance Attribute Details
#crop ⇒ Types::VideoOverlayCrop
Returns the value of attribute crop.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def crop @crop end |
#end_timecode ⇒ ::String
Returns the value of attribute end_timecode.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def end_timecode @end_timecode end |
#initial_position ⇒ Types::VideoOverlayPosition
Returns the value of attribute initial_position.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def initial_position @initial_position end |
#input ⇒ Types::VideoOverlayInput
Returns the value of attribute input.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def input @input end |
#playback ⇒ "ONCE", "REPEAT"
Returns the value of attribute playback.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def playback @playback end |
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def start_timecode @start_timecode end |
#transitions ⇒ ::Array[Types::VideoOverlayTransition]
Returns the value of attribute transitions.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def transitions @transitions end |