---
title: isJitteredMotionVectorsEnabled
framework: metalfx
role: symbol
role_heading: Instance Property
path: metalfx/mtlfxtemporalscalerdescriptor/isjitteredmotionvectorsenabled
---

# isJitteredMotionVectorsEnabled

A Boolean value that indicates whether the motion vectors include the jittering pattern.

## Declaration

```swift
var isJitteredMotionVectorsEnabled: Bool { get set }
```

## Discussion

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.
