mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2025-02-17 07:21:10 +00:00
native image 新增接口修正
Signed-off-by: lihui <lihui359@huawei.com>
This commit is contained in:
parent
f1f56a9444
commit
1bc62051ad
@ -25,10 +25,10 @@
|
||||
},
|
||||
{
|
||||
"first_introduced": "13",
|
||||
"name": "OH_ConsumerSuface_SetDefaultUsage"
|
||||
"name": "OH_ConsumerSurface_SetDefaultUsage"
|
||||
},
|
||||
{
|
||||
"first_introduced": "13",
|
||||
"name": "OH_ConsumerSuface_SetDefaultSize"
|
||||
"name": "OH_ConsumerSurface_SetDefaultSize"
|
||||
}
|
||||
]
|
@ -312,7 +312,7 @@ OH_NativeImage* OH_ConsumerSurface_Create();
|
||||
* @since 13
|
||||
* @version 1.0
|
||||
*/
|
||||
int32_t OH_ConsumerSuface_SetDefaultUsage(OH_NativeImage* image, uint64_t usage);
|
||||
int32_t OH_ConsumerSurface_SetDefaultUsage(OH_NativeImage* image, uint64_t usage);
|
||||
|
||||
/**
|
||||
* @brief Set the default size of the <b>OH_NativeImage</b>.\n
|
||||
@ -327,7 +327,7 @@ int32_t OH_ConsumerSuface_SetDefaultUsage(OH_NativeImage* image, uint64_t usage)
|
||||
* @since 13
|
||||
* @version 1.0
|
||||
*/
|
||||
int32_t OH_ConsumerSuface_SetDefaultSize(OH_NativeImage* image, int32_t width, int32_t height);
|
||||
int32_t OH_ConsumerSurface_SetDefaultSize(OH_NativeImage* image, int32_t width, int32_t height);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user