<!--
{
  "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/CVPlanarPixelBufferInfo_YCbCrBiPlanar",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "c:@S@CVPlanarPixelBufferInfo_YCbCrBiPlanar"
  },
  "title" : "CVPlanarPixelBufferInfo_YCbCrBiPlanar"
}
-->

# CVPlanarPixelBufferInfo_YCbCrBiPlanar

A structure for describing YCbCr biplanar buffers.

```
struct CVPlanarPixelBufferInfo_YCbCrBiPlanar
```

## Topics

### Initializers

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

[`init(componentInfoY:componentInfoCbCr:)`](/documentation/CoreVideo/CVPlanarPixelBufferInfo_YCbCrBiPlanar/init(componentInfoY:componentInfoCbCr:))

### Properties

[`componentInfoCbCr`](/documentation/CoreVideo/CVPlanarPixelBufferInfo_YCbCrBiPlanar/componentInfoCbCr)

A [`CVPlanarComponentInfo`](/documentation/CoreVideo/CVPlanarComponentInfo) structure containing information on the Cb/Cr component of the buffer.

[`componentInfoY`](/documentation/CoreVideo/CVPlanarPixelBufferInfo_YCbCrBiPlanar/componentInfoY)

A [`CVPlanarComponentInfo`](/documentation/CoreVideo/CVPlanarComponentInfo) structure containing information on the Y component of the buffer.



---

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)