venc_close_fd

Description

Closes the device file descriptor corresponding to an encoding channel.

This API is not supported in the current version.

Prototype

  • C Prototype
    1
    hi_s32 hi_mpi_venc_close_fd(hi_venc_chn chn)
    
  • Python Function
    1
    ret = acl.himpi.venc_close_fd(chn)
    

Parameters

Parameter

Description

chn

Int, encoding channel ID.

Return Value

Return Value

Description

ret

Int, error code.

  • 0: success.
  • -1: failure.