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

# destinationPixelBufferAttributes

A dictionary of pixel buffer attributes describing the requirements for pixel buffers used as destination frames.

## Declaration

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

## See Also

### Inspecting the configuration

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