---
title: VTLowLatencyFrameInterpolationParameters
framework: videotoolbox
role: symbol
role_heading: Class
path: videotoolbox/vtlowlatencyframeinterpolationparameters
---

# VTLowLatencyFrameInterpolationParameters

An object that contains both input and output parameters that the low-latency frame interpolation processor needs.

## Declaration

```swift
class VTLowLatencyFrameInterpolationParameters
```

## Overview

Overview Use this object in the processWithParameters call of VTFrameProcessor class. VTLowLatencyFrameInterpolationParameters are frame-level parameters.

## Topics

### Creating a parameters object

- [init(sourceFrame:previousFrame:interpolationPhase:destinationFrames:)](videotoolbox/vtlowlatencyframeinterpolationparameters/init(sourceframe:previousframe:interpolationphase:destinationframes:).md)

### Inspecting the parameters

- [sourceFrame](videotoolbox/vtlowlatencyframeinterpolationparameters/sourceframe.md)
- [previousFrame](videotoolbox/vtlowlatencyframeinterpolationparameters/previousframe.md)
- [interpolationPhase](videotoolbox/vtlowlatencyframeinterpolationparameters/interpolationphase-886vi.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [VTFrameProcessorParameters](videotoolbox/vtframeprocessorparameters.md)

## See Also

### Low-latency frame interpolation

- [VTLowLatencyFrameInterpolationConfiguration](videotoolbox/vtlowlatencyframeinterpolationconfiguration.md)
