venc_destroy_chn
| 
         c函数原型  | 
       
         hi_s32 hi_mpi_venc_destroy_chn(hi_venc_chn chn);  | 
      
|---|---|
| 
         Python函数  | 
       
         ret = acl.himpi.venc_destroy_chn(chn)  | 
      
| 
         函数功能  | 
       
         用户退出编码流程时,需要关闭之前打开的编码通道,以释放相关资源。  | 
      
| 
         输入说明  | 
       
         chn:int,编码通道号。 
  | 
      
| 
         返回值说明  | 
       
         ret:int,错误码。 
  | 
      
| 
         约束说明  | 
       
        
  | 
      
| 
         参考资源  | 
       
     父主题: VENC视频/JPEGE图像编码接口