---
title: destinationPixelBufferAttributes
framework: videotoolbox
role: symbol
role_heading: Instance Property
path: videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/destinationpixelbufferattributes
---

# destinationPixelBufferAttributes

Pixel buffer attributes dictionary that describes requirements for pixel buffers which represent destination frames.

## Declaration

```swift
var destinationPixelBufferAttributes: [String : any Sendable] { get }
```

## Discussion

Discussion Use CVPixelBufferCreateResolvedAttributesDictionary to combine this dictionary with your pixel buffer attributes dictionary.

## See Also

### Inspecting the configuration

- [frameWidth](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/framewidth.md)
- [frameHeight](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/frameheight.md)
- [scaleFactor](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/scalefactor.md)
- [sourcePixelBufferAttributes](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/sourcepixelbufferattributes.md)
- [supportedPixelFormats](videotoolbox/vtlowlatencysuperresolutionscalerconfiguration/supportedpixelformats.md)
