!1323 Picture接口API版本变更

Merge pull request !1323 from jinmingru/master
This commit is contained in:
openharmony_ci 2024-08-31 07:57:32 +00:00 committed by Gitee
commit 6320bca0be
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 4 deletions

View File

@ -326,7 +326,7 @@ ImageEffect_ErrorCode OH_ImageEffect_SetOutputUri(OH_ImageEffect *imageEffect, c
* @return Returns EFFECT_SUCCESS if the execution is successful, otherwise returns a specific error code, refer to
* {@link ImageEffect_ErrorCode}
* {@link EFFECT_ERROR_PARAM_INVALID}, the input parameter is a null pointer.
* @since 12
* @since 13
*/
ImageEffect_ErrorCode OH_ImageEffect_SetInputPicture(OH_ImageEffect *imageEffect, OH_PictureNative *picture);
@ -339,7 +339,7 @@ ImageEffect_ErrorCode OH_ImageEffect_SetInputPicture(OH_ImageEffect *imageEffect
* @return Returns EFFECT_SUCCESS if the execution is successful, otherwise returns a specific error code, refer to
* {@link ImageEffect_ErrorCode}
* {@link EFFECT_ERROR_PARAM_INVALID}, the input parameter is a null pointer.
* @since 12
* @since 13
*/
ImageEffect_ErrorCode OH_ImageEffect_SetOutputPicture(OH_ImageEffect *imageEffect, OH_PictureNative *picture);

View File

@ -204,11 +204,11 @@
"name": "OH_ImageEffect_SetOutputUri"
},
{
"first_introduced": "12",
"first_introduced": "13",
"name": "OH_ImageEffect_SetInputPicture"
},
{
"first_introduced": "12",
"first_introduced": "13",
"name": "OH_ImageEffect_SetOutputPicture"
},
{