ClipItemOrdering
public protocol ClipItemOrdering
The order of clips matters for Spine and MulticamAngle elements. This protocol defines how clip elements will be ordered when encoded.
-
orderedClipItemsDefault implementationThe ordered clip items for encoding. The default implementation orders items by their
offsetproperty, which recreates how those clips were ordered in an FCPX timeline.Default Implementation
Declaration
Swift
var orderedClipItems: [Offsettable] { get }
ClipItemOrdering Protocol Reference