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.
-
orderedClipItems
Default implementationThe ordered clip items for encoding. The default implementation orders items by their
offset
property, which recreates how those clips were ordered in an FCPX timeline.Default Implementation
Declaration
Swift
var orderedClipItems: [Offsettable] { get }