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
1hi_s32 hi_mpi_venc_close_fd(hi_venc_chn chn)
- Python Function
1ret = acl.himpi.venc_close_fd(chn)
Parameters
Parameter |
Description |
|---|---|
chn |
Int, encoding channel ID. |
Return Value
Return Value |
Description |
|---|---|
ret |
Int, error code.
|
Parent topic: VENC/JPEGE APIs