StopTimecode

public struct StopTimecode : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.

    Declaration

    Swift

    public let lastFrameClippingBehavior: LastFrameClippingBehavior?
  • The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of 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(lastFrameClippingBehavior: LastFrameClippingBehavior? = nil, timecode: String? = nil)