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

# pixelBufferAttributes

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

## Declaration

```occ
@property (nonatomic, copy, readwrite) NSDictionary<NSString *,id> * pixelBufferAttributes;
```

## 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)
