vdec_set_chn_attr
使用说明
c函数原型  | 
hi_s32 hi_mpi_vdec_set_chn_attr(hi_vdec_chn chn, const hi_vdec_chn_attr *attr);  | 
|---|---|
Python函数  | 
ret = acl.himpi.vdec_set_chn_attr(chn, attr)  | 
函数功能  | 
设置解码通道属性。不支持该接口。 当前版本不支持该接口,功能不生效,调用本接口时返回值为0。  | 
输入说明  | 
chn:int,解码通道号。 
 attr:dict,解码通道属性字典,具体请参见hi_vdec_chn_attr。  | 
返回值说明  | 
ret:int,错误码。 
  | 
约束说明  | 
  | 
父主题: VDEC视频解码/JPEGD图像解码接口