Class: Aws::MediaLive::Types::InputClippingSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputClippingSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_timecode_source ⇒ String
The source of the timecodes in the source being clipped.
-
#start_timecode ⇒ Types::StartTimecode
Settings to identify the start of the clip.
-
#stop_timecode ⇒ Types::StopTimecode
Settings to identify the end of the clip.
Instance Attribute Details
#input_timecode_source ⇒ String
The source of the timecodes in the source being clipped.
6613 6614 6615 6616 6617 6618 6619 |
# File 'lib/aws-sdk-medialive/types.rb', line 6613 class InputClippingSettings < Struct.new( :input_timecode_source, :start_timecode, :stop_timecode) SENSITIVE = [] include Aws::Structure end |
#start_timecode ⇒ Types::StartTimecode
Settings to identify the start of the clip.
6613 6614 6615 6616 6617 6618 6619 |
# File 'lib/aws-sdk-medialive/types.rb', line 6613 class InputClippingSettings < Struct.new( :input_timecode_source, :start_timecode, :stop_timecode) SENSITIVE = [] include Aws::Structure end |
#stop_timecode ⇒ Types::StopTimecode
Settings to identify the end of the clip.
6613 6614 6615 6616 6617 6618 6619 |
# File 'lib/aws-sdk-medialive/types.rb', line 6613 class InputClippingSettings < Struct.new( :input_timecode_source, :start_timecode, :stop_timecode) SENSITIVE = [] include Aws::Structure end |