acl.himpi.venc_query_status
C Prototype |
hi_s32 hi_mpi_venc_query_status(hi_venc_chn chn, hi_venc_chn_status *status); |
|---|---|
Python Function |
status, ret = acl.himpi.venc_query_status(chn) |
Function Usage |
Queries the status of an encoding channel. The Atlas 200/300/500 Inference Product does not support this API in the current version. The Atlas Training Series Product does not support this API in the current version. |
Input Description |
chn: int, encoding channel ID. |
Return Value |
ret: int, error code.
status: dict, encoding channel status hi_venc_chn_status. |
Restrictions |
|