hi_mpi_hdmi_start
The
The
Description
Starts a specified HDMI and enables its display capability.
Restrictions
- Before calling hi_mpi_hdmi_start, call hi_mpi_hdmi_open to enable the corresponding HDMI. Ensure that the values of hi_hdmi_id in the two APIs are the same.
- Currently, this API does not support multiple processes.
Prototype
hi_s32 hi_mpi_hdmi_start(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