hi_mpi_hdmi_stop
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
☓ |
|
|
☓ |
|
|
☓ |
|
|
√ |
|
|
☓ |
|
|
☓ |
Functions
Stops a specified HDMI and disables its display capability.
Prototype
hi_s32 hi_mpi_hdmi_stop(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
- Before the hi_mpi_hdmi_stop interface is called, the hi_mpi_hdmi_open interface must be called to enable the corresponding HDMI, and the values of the input parameters hi_hdmi_id of the two interfaces must be the same.
- Currently, this API does not support multiple processes.
Parent topic: HDMI Peripherals