harmony 鸿蒙OhosImageSourceUpdateData

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

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 Kit

harmony 鸿蒙_image___native_module

harmony 鸿蒙Image_Region

harmony 鸿蒙Image_Size

harmony 鸿蒙Image_String

harmony 鸿蒙ImageEffect

harmony 鸿蒙ImageEffect_Any

harmony 鸿蒙ImageEffect_FilterDelegate

harmony 鸿蒙ImageEffect_FilterNames

harmony 鸿蒙ImageEffect_Region

0  赞