venc_set_streamcopy_param
产品支持情况
产品 |
是否支持 |
---|---|
x |
|
x |
|
x |
|
√ |
|
x |
|
x |
功能说明
本接口支持用户设置帧拷贝参数。
函数原型
- C函数原型
1
hi_s32 hi_mpi_venc_set_streamcopy_param(hi_venc_chn, const hi_venc_streamcopy_param *streamcopy_param)
- python函数
1
ret = acl.himpi.venc_set_streamcopy_param(chn, streamcopy_param)
参数说明
参数名 |
说明 |
---|---|
chn |
int,编码通道号。 |
streamcopy_param |
dict,帧拷贝参数,参考hi_venc_streamcopy_param。 |
返回值说明
返回值 |
说明 |
---|---|
ret |
int,错误码。
|
父主题: VENC视频/JPEGE图像编码接口