InputClippingSettings
public struct InputClippingSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The source of the timecodes in the source being clipped.
Declaration
Swift
public let inputTimecodeSource: InputTimecodeSource -
Settings to identify the start of the clip.
Declaration
Swift
public let startTimecode: StartTimecode? -
Settings to identify the end of the clip.
Declaration
Swift
public let stopTimecode: StopTimecode? -
Undocumented
Declaration
Swift
public init(inputTimecodeSource: InputTimecodeSource, startTimecode: StartTimecode? = nil, stopTimecode: StopTimecode? = nil)
View on GitHub
InputClippingSettings Structure Reference