acl.himpi.venc_set_chn_attr
C Prototype |
hi_s32 hi_mpi_venc_set_chn_attr(hi_venc_chn chn, const hi_venc_chn_attr *chn_attr); |
|---|---|
Python Function |
ret = acl.himpi.venc_set_chn_attr(chn, chn_attr) |
Function Usage |
Sets the attributes of an encoding channel. The Atlas 200/300/500 Inference Product does not support this API. The Atlas Training Series Product does not support this API. |
Input Description |
chn: int, encoding channel ID.
chn_attr: dict, encoding channel attribute. For details, see hi_venc_chn_attr. |
Return Value |
ret: int, error code.
|
Restrictions |
|