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

Class: Aws::MediaLive::Types::StartTimecode

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

Overview

Note:

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

{
  timecode: "__string",
}

Settings to identify the start of the clip.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#timecodeString

The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in 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 start the clip.