hi_mpi_venc_get_streamcopy_param
Applicability
Product |
Supported |
|---|---|
☓ |
|
☓ |
|
☓ |
|
√ |
|
☓ |
Description
Obtains the frame copy parameter. Only H.264/H.265 encoding channels support this API.
Prototype
hi_s32 hi_mpi_venc_get_streamcopy_param (hi_venc_chn chn, hi_venc_streamcopy_param *streamcopy_param)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
chn |
Input |
Encoding channel ID. |
streamcopy_param |
Output |
Frame copy parameter. |
Returns
- 0: success
- Other values: failure. For details, see VENC/JPEGE Return Codes.
Parent topic: Video Encoding (VENC) and JPEG Encoder (JPEGE)