Protocols

The following protocols are available globally.

  • The offset of a clip specifies where it is located in its parent’s timeline. Clips conforming to this protocol can be ordered according to that timeline. See ClipItemOrdering.

    See more

    Declaration

    Swift

    public protocol Offsettable
  • The order of clips matters for Spine and MulticamAngle elements. This protocol defines how clip elements will be ordered when encoded.

    See more

    Declaration

    Swift

    public protocol ClipItemOrdering
  • Describes a value that can be represented by XML.

    Declaration

    Swift

    public protocol XMLRepresentable : Decodable, Encodable, Equatable