---
title: pixelBufferAttributes
framework: MediaExtension
role: symbol
role_heading: Instance Property
platforms: [macOS 15.0+]
path: mediaextension/merawprocessorpixelbuffermanager/pixelbufferattributes-4fe69
---

# pixelBufferAttributes

A dictionary that contains the attributes Video Toolbox uses to create a pixel buffer for the video RAW processor.

## Declaration

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

## Discussion

Discussion The processor can update this dictionary before it requests a new pixel buffer.

## See Also

### Creating a pixel buffer

- [makePixelBuffer()](mediaextension/merawprocessorpixelbuffermanager/makepixelbuffer().md)
