mirror of
https://github.com/openharmony/interface_sdk_c.git
synced 2026-08-24 14:32:50 -04:00
request_for_api_public_0522
Signed-off-by: fanzhihao8 <fanzhihao6@h-partners.com>
This commit is contained in:
@@ -526,6 +526,19 @@ Image_ErrorCode OH_PictureMetadata_GetBlobSize(OH_PictureMetadata *metadata, siz
|
||||
*/
|
||||
Image_ErrorCode OH_PictureMetadata_Release(OH_PictureMetadata *metadata);
|
||||
|
||||
/**
|
||||
* @brief Releases an array of OH_PictureMetadata objects.
|
||||
*
|
||||
* @param metadatas Double pointer to the OH_PictureMetadata array.
|
||||
* @param metadatasCount Pointer to the length of the OH_PictureMetadata array.
|
||||
* @return <ul>
|
||||
* <li>{@link IMAGE_SUCCESS} if the execution is successful.</li>
|
||||
* <li>{@link IMAGE_INVALID_PARAMETER} metadatas is nullptr, or metadatasCount is nullptr.</li>
|
||||
* </ul>
|
||||
* @since 26.0.0
|
||||
*/
|
||||
Image_ErrorCode OH_PictureMetadatas_Release(OH_PictureMetadata **metadatas, size_t *metadatasCount);
|
||||
|
||||
/**
|
||||
* @brief Clones metadata.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user