Class: Aws::Types::VideoOverlayInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_selectors::Hash[::String, Types::AudioSelector]

Returns the value of attribute audio_selectors.

Returns:



2551
2552
2553
# File 'sig/types.rbs', line 2551

def audio_selectors
  @audio_selectors
end

#file_input::String

Returns the value of attribute file_input.

Returns:

  • (::String)


2552
2553
2554
# File 'sig/types.rbs', line 2552

def file_input
  @file_input
end

#input_clippings::Array[Types::VideoOverlayInputClipping]

Returns the value of attribute input_clippings.

Returns:



2553
2554
2555
# File 'sig/types.rbs', line 2553

def input_clippings
  @input_clippings
end

#timecode_source"EMBEDDED", ...

Returns the value of attribute timecode_source.

Returns:

  • ("EMBEDDED", "ZEROBASED", "SPECIFIEDSTART")


2554
2555
2556
# File 'sig/types.rbs', line 2554

def timecode_source
  @timecode_source
end

#timecode_start::String

Returns the value of attribute timecode_start.

Returns:

  • (::String)


2555
2556
2557
# File 'sig/types.rbs', line 2555

def timecode_start
  @timecode_start
end