hi_hdmi_event_type

Description

Defines the HDMI event notice enumeration.

Definition

typedef enum {
    HI_HDMI_EVENT_HOTPLUG = 0x10,
    HI_HDMI_EVENT_NO_PLUG,
    HI_HDMI_EVENT_EDID_FAIL,
    HI_HDMI_EVENT_BUTT
} hi_hdmi_event_type;

Members

Member

Description

HI_HDMI_EVENT_HOTPLUG

HDMI cable insertion event.

HI_HDMI_EVENT_NO_PLUG

HDMI cable removal event.

HI_HDMI_EVENT_EDID_FAIL

HDMI EDID read failure event. This event is reserved and disabled.

HI_HDMI_EVENT_BUTT

Reserved.