hi_hdmi_infoframe_type

Description

Defines the HDMI information frame type.

Prototype

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.

HI_INFOFRAME_TYPE_BUTT

Reserved.

In the current version, the values of some parameters of the struct are restricted as described in the preceding table. In test cases, the arguments of related interfaces must be configured based on the preceding restrictions. Otherwise, undefined behaviors may occur, affecting display and audio output.