Offsettable
public protocol Offsettable
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
.
-
Undocumented
Declaration
Swift
var offset: CMTime? { get }