venc_get_intra_refresh
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Obtains Islice refreshing parameters in P-frames.
Prototype
- C Prototype
1hi_s32 hi_mpi_venc_get_intra_refresh(hi_venc_chn chn, hi_venc_intra_refresh *intra_refresh)
- Python Function
1intra_refresh, ret = acl.himpi.venc_get_intra_refresh(chn)
Parameter Description
Parameter |
Description |
|---|---|
chn |
Int, encoding channel ID.
|
Return Value Description
Return Value |
Description |
|---|---|
intra_refresh |
Dict, Islice refreshing parameter dictionary. For details, see hi_venc_intra_refresh. |
ret |
Int, error code.
|
Restrictions
- This API must be called after an encoding channel is created and before the encoding channel is destroyed.
- When the GOP mode is switched, the obtained attributes are the latest configured attributes.
Parent topic: VENC/JPEGE APIs