AudioClipModel

public struct AudioClipModel : Equatable, ClipEquatable
extension AudioClipModel: ObjectiveCBridgeable

An AudioClipModel holds information about a single audio clip that should be added to a video.

Properties

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

    Declaration

    Swift

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

    Declaration

    Swift

    public var trimModel: TrimModel

Initializers

  • Creates a new unique AudioClipModel for the given identifier.

    Declaration

    Swift

    public init(identifier: String)

    Parameters

    identifier

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