---
title: VTLowLatencySuperResolutionScalerConfiguration
framework: videotoolbox
role: symbol
role_heading: Class
path: videotoolbox/vtlowlatencysuperresolutionscalerconfiguration
---

# VTLowLatencySuperResolutionScalerConfiguration

An object you use to configure frame processor for low-latency super-resolution scaler processing.

## Declaration

```swift
class VTLowLatencySuperResolutionScalerConfiguration
```

## Overview

Overview Use this object to configure a VTFrameProcessor. Query this interface also for important operating details, like the pixel buffer attributes required for frames you submit to the processor. important: When calling startSession(configuration:) to create a VTLowLatencySuperResolutionScaler session, ML model loading may take longer than a frame time. Avoid blocking the UI thread or stalling frame rendering pipelines during this call.

## Topics

### Creating a super resolution scaler configuration

- [init(frameWidth:frameHeight:scaleFactor:)](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/init(framewidth:frameheight:scalefactor:).md)

### Determining processor availability

- [isSupported](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/issupported.md)
- [supportedScaleFactors(frameWidth:frameHeight:)](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/supportedscalefactors(framewidth:frameheight:).md)

### Inspecting the configuration

- [frameWidth](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/framewidth.md)
- [frameHeight](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/frameheight.md)
- [scaleFactor](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/scalefactor.md)
- [sourcePixelBufferAttributes](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/sourcepixelbufferattributes.md)
- [destinationPixelBufferAttributes](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/destinationpixelbufferattributes.md)
- [supportedPixelFormats](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/supportedpixelformats.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)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [VTFrameProcessorConfiguration](videotoolbox/vtframeprocessorconfiguration.md)

## See Also

### Low-latency super resolution

- [VTLowLatencySuperResolutionScalerParameters](videotoolbox/vtlowlatencysuperresolutionscalerparameters.md)
