hi_mpi_hdmi_close
Applicability
|
Product |
Supported |
|---|---|
|
|
☓ |
|
|
☓ |
|
|
√ |
|
|
☓ |
|
|
☓ |
Description
Disables a specified HDMI.
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.
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.
- Currently, this API does not support multiple processes.
- 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.
Parent topic: HDMI Peripherals