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

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

Overview

Note:

When making an API call, you may pass StartTimecode data as a hash:

{
  timecode: "__string",
}

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)


16763
16764
16765
16766
16767
# File 'lib/aws-sdk-medialive/types.rb', line 16763

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