Class: Aws::Types::InputClippingSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_timecode_source"ZEROBASED", "EMBEDDED"

Returns the value of attribute input_timecode_source.

Returns:

  • ("ZEROBASED", "EMBEDDED")


1704
1705
1706
# File 'sig/types.rbs', line 1704

def input_timecode_source
  @input_timecode_source
end

#start_timecodeTypes::StartTimecode

Returns the value of attribute start_timecode.



1705
1706
1707
# File 'sig/types.rbs', line 1705

def start_timecode
  @start_timecode
end

#stop_timecodeTypes::StopTimecode

Returns the value of attribute stop_timecode.

Returns:



1706
1707
1708
# File 'sig/types.rbs', line 1706

def stop_timecode
  @stop_timecode
end