Class: Aws::MediaLive::Types::StartTimecode
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::StartTimecode
- 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
-
#timecode ⇒ String
The timecode for the frame where you want to start the clip.
Instance Attribute Details
#timecode ⇒ String
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.
11637 11638 11639 11640 11641 |
# File 'lib/aws-sdk-medialive/types.rb', line 11637 class StartTimecode < Struct.new( :timecode) SENSITIVE = [] include Aws::Structure end |