VideoClipModel

public struct VideoClipModel : Equatable, ClipEquatable, Uneditable
extension VideoClipModel: ObjectiveCBridgeable

A VideoClipModel holds information about a single video clip that should be part of a video composition.

Properties

  • The identifier of the video clip that should be added to a video composition.

    Declaration

    Swift

    public var identifier: String
  • The trim model that should be applied to the video clip.

    Declaration

    Swift

    public var trimModel: TrimModel

Initializers

  • Creates a new unique VideoClipModel for the given identifier.

    Declaration

    Swift

    public init(identifier: String)

    Parameters

    identifier

    The identifier of the video clip that should be added to a video composition.