venc_release_stream
产品支持情况
| 
          产品  | 
        
          是否支持  | 
       
|---|---|
| 
          | 
        
          √  | 
       
| 
          | 
        
          √  | 
       
| 
          | 
        
          x  | 
       
| 
          | 
        
          √  | 
       
| 
          | 
        
          √  | 
       
| 
          | 
        
          x  | 
       
使用说明
| 
          c函数原型  | 
        
          hi_s32 hi_mpi_venc_release_stream(hi_venc_chn chn, hi_venc_stream *stream);  | 
       
|---|---|
| 
          Python函数  | 
        
          ret = acl.himpi.venc_release_stream(chn, stream)  | 
       
| 
          函数功能  | 
        
          释放码流缓存。  | 
       
| 
          输入说明  | 
        
          
          chn:int,编码通道号。
           
         
 stream:dict,码流字典。如果“stream”为空,则返回错误码“HI_ERR_VENC_NULL_PTR”。  | 
       
| 
          返回值说明  | 
        
          ret:int,错误码。 
  | 
       
| 
          约束说明  | 
        
         
  | 
       
| 
          参考资源  | 
        
     父主题: VENC视频/JPEGE图像编码接口