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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


11410
11411
11412
11413
11414
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11410

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