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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Settings to identify the start of the clip.

Constant Summary collapse

SENSITIVE =
[]

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)


11395
11396
11397
11398
11399
# File 'lib/aws-sdk-medialive/types.rb', line 11395

class StartTimecode < Struct.new(
  :timecode)
  SENSITIVE = []
  include Aws::Structure
end