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
See moreClipItemOrdering.Declaration
Swift
public protocol Offsettable -
The order of clips matters for
See moreSpineandMulticamAngleelements. This protocol defines how clip elements will be ordered when encoded.Declaration
Swift
public protocol ClipItemOrdering
-
Describes a value that can be represented by XML.
Declaration
Swift
public protocol XMLRepresentable : Decodable, Encodable, Equatable
Protocols Reference