1# OH_NativeBuffer_Planes 2<!--Kit: ArkGraphics 2D--> 3<!--Subsystem: Graphics--> 4<!--Owner: @Felix-fangyang; @li_hui180; @dingpy--> 5<!--Designer: @conan13234--> 6<!--Tester: @nobuggers--> 7<!--Adviser: @ge-yafang--> 8## 概述 9 10OH_NativeBuffer的图像平面格式信息。 11 12**起始版本:** 12 13 14**相关模块:** [OH_NativeBuffer](capi-oh-nativebuffer.md) 15 16**所在头文件:** [native_buffer.h](capi-native-buffer-h.md) 17 18## 汇总 19 20### 成员变量 21 22| 名称 | 描述 | 23| ------------------------------------------------------------ | ---------------------- | 24| uint32_t planeCount | 不同平面的数量。 | 25| [OH_NativeBuffer_Plane](capi-oh-nativebuffer-oh-nativebuffer-plane.md) planes[4] | 图像平面格式信息数组。 | 26 27