isJitteredMotionVectorsEnabled
A Boolean value that indicates whether the motion vectors include the jittering pattern.
Declaration
var isJitteredMotionVectorsEnabled: Bool { get set }Discussion
When you set this property to true, the scaler internally subtracts the jitter from the motion vectors using the jitter offset values provided each frame via jitterOffsetX and jitterOffsetY.
When false (the default), the scaler uses the motion vectors directly without any adjustment.