hi_mpi_hdmi_close
The
The
Description
Disables a specified HDMI.
Restrictions
- Call hi_mpi_hdmi_open before calling hi_mpi_hdmi_close. In addition, ensure that the values of hi_hdmi_id in the two APIs are the same.
- This API does not support the multi-process scenario.
- This API must be called in pair with hi_mpi_hdmi_open. Specifically, call hi_mpi_hdmi_close after hi_mpi_hdmi_open is called. In addition, ensure that the calls of these two APIs are the same.
Prototype
hi_s32 hi_mpi_hdmi_close(hi_hdmi_id hdmi);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
hdmi |
Input |
HDMI ID. Value range: [0, 2) |
Returns
- 0: success
- Other values: failure. For details, see HDMI Peripheral Return Codes.
Parent topic: HDMI Peripherals