---
title: planeProperties
framework: corevideo
role: symbol
role_heading: Instance Property
path: corevideo/cvpixelbufferrepresentable/planeproperties
---

# planeProperties

Properties of all the planes in this pixel buffer. This array will contain at least one element. In case of non-planar pixel buffers, the first value represents the entire pixel data.

## Declaration

```swift
var planeProperties: [CVPixelBufferPlaneProperties] { get }
```
