---
title: VTLowLatencySuperResolutionScalerParameters
framework: videotoolbox
role: symbol
role_heading: Class
path: videotoolbox/vtlowlatencysuperresolutionscalerparameters
---

# VTLowLatencySuperResolutionScalerParameters

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

## Declaration

```swift
class VTLowLatencySuperResolutionScalerParameters
```

## Overview

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

## Topics

### Creating a parameters object

- [init(sourceFrame:destinationFrame:)](videotoolbox/vtlowlatencysuperresolutionscalerparameters/init(sourceframe:destinationframe:).md)

### Inspecting the parameters

- [sourceFrame](videotoolbox/vtlowlatencysuperresolutionscalerparameters/sourceframe.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 super resolution

- [VTLowLatencySuperResolutionScalerConfiguration](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration.md)
