TrimModel

public struct TrimModel : Equatable

A TrimModel holds information about the trimming that should be applied to a video.

  • The normalized start time of the video.

    Declaration

    Swift

    public var startTime: CMTime?
  • The normalized end time of the video.

    Declaration

    Swift

    public var endTime: CMTime?