Method: Aws::MediaConvert::Types::VideoOverlay#input

Defined in:
lib/aws-sdk-mediaconvert/types.rb

#inputTypes::VideoOverlayInput

Input settings for Video overlay. You can include one or more video overlays in sequence at different times that you specify.



14693
14694
14695
14696
14697
14698
14699
14700
14701
14702
14703
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14693

class VideoOverlay < Struct.new(
  :crop,
  :end_timecode,
  :initial_position,
  :input,
  :playback,
  :start_timecode,
  :transitions)
  SENSITIVE = []
  include Aws::Structure
end