hi_hdmi_infoframe_type

Description

Defines the HDMI information frame type.

Definition

typedef enum {
    HI_INFOFRAME_TYPE_AVI,
    HI_INFOFRAME_TYPE_AUDIO,
    HI_INFOFRAME_TYPE_VENDORSPEC,
    HI_INFOFRAME_TYPE_BUTT
} hi_hdmi_infoframe_type;

Members

Member

Description

HI_INFOFRAME_TYPE_AVI

Display information frame type.

HI_INFOFRAME_TYPE_AUDIO

Audio information frame type.

HI_INFOFRAME_TYPE_VENDORSPEC

Information frame type customized by a vendor. Not supported in the current version.

HI_INFOFRAME_TYPE_BUTT

Reserved.