<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.4.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/CVPlanarComponentInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "c:@S@CVPlanarComponentInfo"
  },
  "title" : "CVPlanarComponentInfo"
}
-->

# CVPlanarComponentInfo

A structure for describing planar components.

```
struct CVPlanarComponentInfo
```

## Overview

Depending on how they were created, planar pixel buffers may or may not have this descriptor at their base address. For this reason, you should use [`CVPixelBufferGetBaseAddressOfPlane(_:_:)`](/documentation/CoreVideo/CVPixelBufferGetBaseAddressOfPlane(_:_:)) and [`CVPixelBufferGetBytesPerRowOfPlane(_:_:)`](/documentation/CoreVideo/CVPixelBufferGetBytesPerRowOfPlane(_:_:)) to get information about a planar pixel buffer.

## Topics

### Initializers

[`init()`](/documentation/CoreVideo/CVPlanarComponentInfo/init())

[`init(offset:rowBytes:)`](/documentation/CoreVideo/CVPlanarComponentInfo/init(offset:rowBytes:))

### Properties

[`offset`](/documentation/CoreVideo/CVPlanarComponentInfo/offset)

The offset from the main base address to the base address of this plane. (big-endian)

[`rowBytes`](/documentation/CoreVideo/CVPlanarComponentInfo/rowBytes)

The number of bytes per row of this plane. (big-endian)



---

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)