acl.himpi.venc_get_chn_attr
C Prototype |
hi_s32 hi_mpi_venc_get_chn_attr(hi_venc_chn chn, hi_venc_chn_attr *chn_attr); |
|---|---|
Python Function |
chn_attr, ret = acl.himpi.venc_get_chn_attr(chn) |
Function Usage |
Obtains the current 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. |
Return Value |
ret: int, error code.
chn_attr: dict, encoding channel attribute. For details, see hi_venc_chn_attr. |
Restrictions |
|
Parent topic: VENC/JPEGE APIs