Class: Aws::Types::InputClippingSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputClippingSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_timecode_source ⇒ "ZEROBASED", "EMBEDDED"
Returns the value of attribute input_timecode_source.
-
#start_timecode ⇒ Types::StartTimecode
Returns the value of attribute start_timecode.
-
#stop_timecode ⇒ Types::StopTimecode
Returns the value of attribute stop_timecode.
Instance Attribute Details
#input_timecode_source ⇒ "ZEROBASED", "EMBEDDED"
Returns the value of attribute input_timecode_source.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def input_timecode_source @input_timecode_source end |
#start_timecode ⇒ Types::StartTimecode
Returns the value of attribute start_timecode.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def start_timecode @start_timecode end |
#stop_timecode ⇒ Types::StopTimecode
Returns the value of attribute stop_timecode.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def stop_timecode @stop_timecode end |