class Aws::MediaLive::Types::InputClippingSettings
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.
@note When making an API call, you may pass InputClippingSettings
data as a hash: { input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED start_timecode: { timecode: "__string", }, stop_timecode: { last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME timecode: "__string", }, }
@!attribute [rw] input_timecode_source
The source of the timecodes in the source being clipped. @return [String]
@!attribute [rw] start_timecode
Settings to identify the start of the clip. @return [Types::StartTimecode]
@!attribute [rw] stop_timecode
Settings to identify the end of the clip. @return [Types::StopTimecode]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputClippingSettings AWS API Documentation
Constants
- SENSITIVE