harmony 鸿蒙OhosPixelMapInfos

  • 2023-10-30
  • 浏览 (269)

OhosPixelMapInfos

Overview

The OhosPixelMapInfos struct defines the information about a pixel map.

Since

10

Related Modules

Image

Summary

Member Variables

Name Description
width Image width, in pixels.
height Image height, in pixels.
rowSize Number of bytes per row.
pixelFormat Pixel format.

Member Variable Description

height

uint32_t OhosPixelMapInfos::height

Description

Image height, in pixels.

pixelFormat

int32_t OhosPixelMapInfos::pixelFormat

Description

Pixel format.

rowSize

uint32_t OhosPixelMapInfos::rowSize

Description

Number of bytes per row.

width

uint32_t OhosPixelMapInfos::width

Description

Image width, in pixels.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞