harmony 鸿蒙OhosImageComponent
OhosImageComponent
Overview
The OHOS::Media::OhosImageComponent struct defines the information about an image component.
Since
10
Related Modules
Summary
Member Variables
Name | Description |
---|---|
byteBuffer | Buffer that stores the pixel data. |
size | Size of the pixel data in the memory. |
componentType | Type of the pixel data. |
rowStride | Row stride of the pixel data. |
pixelStride | Pixel stride of the pixel data. |
Member Variable Description
byteBuffer
uint8_t* OhosImageComponent::byteBuffer
Description
Buffer that stores the pixel data.
componentType
int32_t OhosImageComponent::componentType
Description
Type of the pixel data.
pixelStride
int32_t OhosImageComponent::pixelStride
Description
Pixel stride of the pixel data.
rowStride
int32_t OhosImageComponent::rowStride
Description
Row stride of the pixel data.
size
size_t OhosImageComponent::size
Description
Size of the pixel data in the memory.
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦