Contents

containsTweening

A Boolean value that indicates whether the composition contains tweening.

Declaration

var containsTweening: Bool { get }

Discussion

A value of true indicates that rendering a frame from the same source buffers and the same composition instruction at two different compositionTime values may yield different output frames. A value of false indicates that two compositions yield the same frame.