<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/CVPixelBufferPlaneProperties",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "s:9CoreVideo28CVPixelBufferPlanePropertiesV"
  },
  "title" : "CVPixelBufferPlaneProperties"
}
-->

# CVPixelBufferPlaneProperties

Properties of a plane of pixels in pixel buffer

```
@frozen struct CVPixelBufferPlaneProperties
```

## Topics

### Initializers

[`init(size: CVImageSize, bytesPerRow: Int)`](/documentation/CoreVideo/CVPixelBufferPlaneProperties/init(size:bytesPerRow:))

### Instance Properties

[`var bytesPerRow: Int`](/documentation/CoreVideo/CVPixelBufferPlaneProperties/bytesPerRow)

Number of bytes in each row of the plane.
Note that this may be greater than the number of bytes required for all pixels in the row.

[`var size: CVImageSize`](/documentation/CoreVideo/CVPixelBufferPlaneProperties/size)

Size of the plane in pixels

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)