OH_NativeBuffer_Planes
typedef struct {...} OH_NativeBuffer_Planes
Overview
This struct describes the plane information of images in an OH_NativeBuffer instance.
Since: 12
Related module: OH_NativeBuffer
Header file: native_buffer.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t planeCount | Number of planes. |
| OH_NativeBuffer_Plane planes[4] | Array holding the plane information of each image. |