venc_get_streamcopy_param
产品支持情况
产品 |
是否支持 |
---|---|
x |
|
x |
|
x |
|
√ |
|
x |
|
x |
功能说明
本接口支持用户获取帧拷贝参数。
函数原型
- C函数原型
1
hi_s32 hi_mpi_venc_get_streamcopy_param(hi_venc_chn chn, hi_venc_streamcopy_param *streamcopy_param)
- python函数
1
streamcopy_param, ret = acl.himpi.venc_get_slice_split(chn)
参数说明
参数名 |
说明 |
---|---|
chn |
int,编码通道号。 |
返回值说明
返回值 |
说明 |
---|---|
streamcopy_param |
dict,帧拷贝参数,参考hi_venc_streamcopy_param。 |
ret |
int。
|
约束说明
仅H.265/H.264编码通道支持。
父主题: VENC视频/JPEGE图像编码接口