mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 23:00:30 +00:00
commit
6320bca0be
@ -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);
|
||||
|
||||
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user