venc_close_fd
功能说明
关闭编码通道对应的设备文件句柄。
当前版本不支持该接口。
函数原型
- C函数原型
1
hi_s32 hi_mpi_venc_close_fd(hi_venc_chn chn);
- python函数
1
ret = acl.himpi.venc_close_fd(chn)
参数说明
参数名 |
说明 |
---|---|
chn |
int,编码通道号。 |
返回值说明
返回值 |
说明 |
---|---|
ret |
int,错误码。
|
父主题: VENC视频/JPEGE图像编码接口