---
title: usePrecomputedFlow
framework: videotoolbox
role: symbol
role_heading: Instance Property
path: videotoolbox/vtframerateconversionconfiguration/useprecomputedflow
---

# usePrecomputedFlow

A Boolean value to indicates whether the optical flow will be provided by the user.

## Declaration

```swift
var usePrecomputedFlow: Bool { get }
```

## Discussion

Discussion If false this configuration computes the optical flow on the fly.

## See Also

### Inspecting the configuration

- [frameWidth](videotoolbox/vtframerateconversionconfiguration/framewidth.md)
- [frameHeight](videotoolbox/vtframerateconversionconfiguration/frameheight.md)
- [sourcePixelBufferAttributes](videotoolbox/vtframerateconversionconfiguration/sourcepixelbufferattributes.md)
- [destinationPixelBufferAttributes](videotoolbox/vtframerateconversionconfiguration/destinationpixelbufferattributes.md)
- [supportedPixelFormats](videotoolbox/vtframerateconversionconfiguration/supportedpixelformats.md)
- [qualityPrioritization](videotoolbox/vtframerateconversionconfiguration/qualityprioritization-swift.property.md)
- [VTFrameRateConversionConfiguration.QualityPrioritization](videotoolbox/vtframerateconversionconfiguration/qualityprioritization-swift.enum.md)
