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.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def input_timecode_source @input_timecode_source end |
#start_timecode ⇒ Types::StartTimecode
Returns the value of attribute start_timecode.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def start_timecode @start_timecode end |
#stop_timecode ⇒ Types::StopTimecode
Returns the value of attribute stop_timecode.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def stop_timecode @stop_timecode end |