hi_mpi_venc_get_intra_refresh
The
The
Description
Obtains I-slice refreshing parameters in P-frames.
Restrictions
- This API must be called after an encoding channel is created and before the channel is destroyed.
- When the GOP mode is switched, the obtained attributes are the latest configured attributes.
Prototype
hi_s32 hi_mpi_venc_get_intra_refresh(hi_venc_chn chn, hi_venc_intra_refresh *intra_refresh)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
chn |
Input |
Encoding channel ID. |
intra_refresh |
Output |
Islice refreshing parameter. |
Returns
- 0: success
- Other values: failure. For details, see VENC/JPEGE Return Codes.
Parent topic: VENC/JPEGE