harmony 鸿蒙OHOS::Media::OhosPixelMapInfo
OHOS::Media::OhosPixelMapInfo
Overview
The OHOS::Media::OhosPixelMapInfo struct defines the information about a pixel map.
Since
8
Deprecated from
10
Related Modules
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 OHOS::Media::OhosPixelMapInfo::height
Description
Image height, in pixels.
pixelFormat
int32_t OHOS::Media::OhosPixelMapInfo::pixelFormat
Description
Pixel format.
rowSize
uint32_t OHOS::Media::OhosPixelMapInfo::rowSize
Description
Number of bytes per row.
width
uint32_t OHOS::Media::OhosPixelMapInfo::width
Description
Image width, in pixels.
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦