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.



2531
2532
2533
# File 'sig/types.rbs', line 2531

def crop
  @crop
end

#end_timecode::String

Returns the value of attribute end_timecode.

Returns:

  • (::String)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def end_timecode
  @end_timecode
end

#initial_positionTypes::VideoOverlayPosition

Returns the value of attribute initial_position.



2533
2534
2535
# File 'sig/types.rbs', line 2533

def initial_position
  @initial_position
end

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

Returns:

  • ("ONCE", "REPEAT")


2535
2536
2537
# File 'sig/types.rbs', line 2535

def playback
  @playback
end

#start_timecode::String

Returns the value of attribute start_timecode.

Returns:

  • (::String)


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.

Returns:



2537
2538
2539
# File 'sig/types.rbs', line 2537

def transitions
  @transitions
end