hi_hdmi_infoframe
Description
Defines the structure of an HDMI output information frame.
Prototype
typedef struct {
hi_hdmi_infoframe_type infoframe_type;
hi_hdmi_infoframe_unit infoframe_unit;
} hi_hdmi_infoframe;
Members
Member |
Description |
|---|---|
infoframe_type |
Information frame type. Only the HI_INFOFRAME_TYPE_AUDIO and HI_INFOFRAME_TYPE_AVI information frames are supported. |
infoframe_unit |
Structure of an information frame unit (content). |
Parent topic: HDMI Peripherals