acl.himpi.venc_close_fd

C Prototype

hi_s32 hi_mpi_venc_close_fd(hi_venc_chn chn);

Python Function

ret = acl.himpi.venc_close_fd(chn)

Function Usage

Closes the device file descriptor corresponding to an encoding channel.

This API is not supported in the current version.

Input Description

chn: int, encoding channel ID.

Return Value

ret: int, error code.

  • 0: success.
  • -1: failure.