未验证 提交 02b79ee0 编写于 作者: Z zengyawen 提交者: Gitee

add nativeapis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 e963688e
# OH_Huks_ParamSet
## Overview
Defines the structure of the parameter set.
**Since:**
9
**Related Modules:**
[HuksTypeApi](_huks_type_api.md)
## Summary
### Member Variables
| Name | Description |
| -------- | -------- |
| [paramSetSize](#paramsetsize) | Memory size of the parameter set. |
| [paramsCnt](#paramscnt) | Number of parameters in the parameter set. |
| [params](#params) [] | Parameter array. |
## Member Variable Description
### params
```
struct OH_Huks_Param OH_Huks_ParamSet::params[]
```
**Description**<br>
Parameter array.
### paramsCnt
```
uint32_t OH_Huks_ParamSet::paramsCnt
```
**Description**<br>
Number of parameters in the parameter set.
### paramSetSize
```
uint32_t OH_Huks_ParamSet::paramSetSize
```
**Description**<br>
Memory size of the parameter set.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册