You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::StopTimecode

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StopTimecode as input to an Aws::Client method, you can use a vanilla Hash:

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

Settings to identify the end of the clip.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#last_frame_clipping_behaviorString

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.

Possible values:

  • EXCLUDE_LAST_FRAME
  • INCLUDE_LAST_FRAME

Returns:

  • (String)

    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.

#timecodeString

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.

Returns:

  • (String)

    The timecode for the frame where you want to stop the clip.