StartTimecode
public struct StartTimecode : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let timecode: String?
-
Undocumented
Declaration
Swift
public init(timecode: String? = nil)