venc_get_streamcopy_param
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
x |
Function Usage
Obtains the frame copy parameter.
Prototype
- C Prototype
1hi_s32 hi_mpi_venc_get_streamcopy_param(hi_venc_chn chn, hi_venc_streamcopy_param *streamcopy_param)
- Python Function
1streamcopy_param, ret = acl.himpi.venc_get_slice_split(chn)
Parameter Description
Parameter |
Description |
|---|---|
chn |
Int, encoding channel ID. |
Return Value Description
Return Value |
Description |
|---|---|
streamcopy_param |
Dict, frame copy parameter. For details, see hi_venc_streamcopy_param. |
ret |
Int.
|
Restrictions
Only H.264/H.265 encoding channels support this API.
Parent topic: VENC/JPEGE APIs