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")


1701
1702
1703
# File 'sig/types.rbs', line 1701

def input_timecode_source
  @input_timecode_source
end

#start_timecodeTypes::StartTimecode

Returns the value of attribute start_timecode.



1702
1703
1704
# File 'sig/types.rbs', line 1702

def start_timecode
  @start_timecode
end

#stop_timecodeTypes::StopTimecode

Returns the value of attribute stop_timecode.

Returns:



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

def stop_timecode
  @stop_timecode
end