class Aws::MediaLive::Types::StopTimecode

Settings to identify the end of the clip.

@note When making an API call, you may pass StopTimecode

data as a hash:

    {
      last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
      timecode: "__string",
    }

@!attribute [rw] last_frame_clipping_behavior

If you specify a StopTimecode in an input (in order to clip the
file), you can specify if you want the clip to exclude (the default)
or include the frame specified by the timecode.
@return [String]

@!attribute [rw] timecode

The timecode for the frame where you want to stop the clip.
Optional; if not specified, the clip continues to the end of the
file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopTimecode AWS API Documentation

Constants

SENSITIVE