acl.himpi.venc_close_fd

c函数原型

hi_s32 hi_mpi_venc_close_fd(hi_venc_chn chn);

Python函数

ret = acl.himpi.venc_close_fd(chn)

函数功能

关闭编码通道对应的设备文件句柄。

当前版本不支持该接口。

输入说明

chn:int,编码通道号。

返回值说明

ret:int,错误码。

  • 0:关闭成功。
  • -1:关闭失败。