Class: Aws::Types::VideoOverlay

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cropTypes::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.

Returns:

  • (::String)


2566
2567
2568
# File 'sig/types.rbs', line 2566

def end_timecode
  @end_timecode
end

#initial_positionTypes::VideoOverlayPosition

Returns the value of attribute initial_position.



2567
2568
2569
# File 'sig/types.rbs', line 2567

def initial_position
  @initial_position
end

#inputTypes::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.

Returns:

  • ("ONCE", "REPEAT")


2569
2570
2571
# File 'sig/types.rbs', line 2569

def playback
  @playback
end

#start_timecode::String

Returns the value of attribute start_timecode.

Returns:

  • (::String)


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.

Returns:



2571
2572
2573
# File 'sig/types.rbs', line 2571

def transitions
  @transitions
end