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.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def crop @crop end |
#end_timecode ⇒ ::String
Returns the value of attribute end_timecode.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def end_timecode @end_timecode end |
#initial_position ⇒ Types::VideoOverlayPosition
Returns the value of attribute initial_position.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def initial_position @initial_position end |
#input ⇒ Types::VideoOverlayInput
Returns the value of attribute input.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def input @input end |
#playback ⇒ "ONCE", "REPEAT"
Returns the value of attribute playback.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def playback @playback end |
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def start_timecode @start_timecode end |
#transitions ⇒ ::Array[Types::VideoOverlayTransition]
Returns the value of attribute transitions.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def transitions @transitions end |