venc_get_rc_param
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
x |
|
x |
|
x |
|
√ |
|
√ |
Description
Obtains the advanced RC parameters of an encoding channel.
Prototype
- C Prototype
1hi_s32 hi_mpi_venc_get_rc_param(hi_venc_chn chn, hi_venc_rc_param *rc_param)
- Python Function
1rc_param, ret = acl.himpi.venc_get_rc_param(chn, mode)
Parameters
Parameter |
Description |
|---|---|
chn |
Int, encoding channel ID.
|
mode |
int, bit rate controller mode of an encoding channel. For details, see hi_venc_rc_mode. |
Return Value
Return Value |
Description |
|---|---|
rc_param |
Dict, dictionary of advanced RC parameters of an encoding channel. For details, see hi_venc_rc_param. |
ret |
Int, error code.
|
Restrictions
This API must be called after an encoding channel is created and before the channel is destroyed.
Parent topic: VENC/JPEGE APIs