hi_mpi_vpss_get_grp_param
The
The
Description
Obtains VPSS group parameters.
Restrictions
A VPSS group must have been created. For details, see hi_mpi_vpss_create_grp.
Prototype
hi_s32 hi_mpi_vpss_get_grp_param(hi_vpss_grp grp, hi_vpss_grp_param *grp_param);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
grp |
Input |
VPSS group ID. Value range: [256, 268) |
grp_param |
Input/Output |
Group settings. When grp_param is used as the input, nrx_param.nr_version in the parameter structure must be specified. Otherwise, an error is reported. |
Returns
- 0: success
- Other values: failure. For details, see VPSS Return Codes.
Parent topic: VPSS