harmony 鸿蒙OH_NativeBuffer_Planes

  • 2025-06-12
  • 浏览 (4)

OH_NativeBuffer_Planes

Overview

The OH_NativeBuffer_Planes struct describes the plane information of images in an OH_NativeBuffer instance.

System capability: SystemCapability.Graphic.Graphic2D.NativeBuffer

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.

Member Variable Description

planeCount

uint32_t OH_NativeBuffer_Planes::planeCount

Description

Number of planes.

planes

OH_NativeBuffer_Plane OH_NativeBuffer_Planes::planes[4]

Description

Array holding the plane information of each image.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkGraphics 2D

harmony 鸿蒙BufferHandle

harmony 鸿蒙ColorSpacePrimaries

harmony 鸿蒙DisplaySoloist_ExpectedRateRange

harmony 鸿蒙_drawing

harmony 鸿蒙NativeColorSpaceManager

harmony 鸿蒙NativeDisplaySoloist

harmony 鸿蒙NativeVsync

harmony 鸿蒙NativeWindow

harmony 鸿蒙OH_Drawing_BitmapFormat

0  赞