harmony 鸿蒙OhosImageSourceUpdateData
OhosImageSourceUpdateData
Overview
The OhosImageSourceUpdateData struct defines the update data option of the image source. It is obtained by calling OH_ImageSource_UpdateData.
System capability: SystemCapability.Multimedia.Image
Since: 10
Related module: Image
Header file: image_source_mdk.h
Summary
Member Variables
Name | Description |
---|---|
uint8_t * buffer = nullptr | Pointer to the buffer for storing the update data. |
size_t bufferSize = 0 | Size of the buffer. |
uint32_t offset = 0 | Offset of the update data in the buffer. |
uint32_t updateLength = 0 | Length of the update data in the buffer. |
int8_t isCompleted = 0 | Whether the image source data update is completed. |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙_image___native_module
harmony 鸿蒙ImageEffect_FilterDelegate
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦