1# OH_NativeBuffer_Planes
2
3
4## 概述
5
6OH_NativeBuffer的图像平面格式信息。
7
8**系统能力:** SystemCapability.Graphic.Graphic2D.NativeBuffer
9
10**起始版本:** 12
11
12**相关模块:**[OH_NativeBuffer](_o_h___native_buffer.md)
13
14
15## 汇总
16
17
18### 成员变量
19
20| 名称 | 描述 |
21| -------- | -------- |
22| uint32_t [planeCount](#planecount) | 不同平面的数量。 |
23| [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) [planes](#planes) [4] | 图像平面格式信息数组。 |
24
25
26## 结构体成员变量说明
27
28
29### planeCount
30
31```
32uint32_t OH_NativeBuffer_Planes::planeCount
33```
34
35**描述**
36
37不同平面的数量。
38
39
40### planes
41
42```
43OH_NativeBuffer_Plane OH_NativeBuffer_Planes::planes[4]
44```
45
46**描述**
47
48图像平面格式信息数组。
49