hi_hdmi_vendorspec_infoframe
Description
Defines the HDMI custom information frame unit.
Prototype
typedef struct {
hi_u8 data_len;
hi_u8 user_data[HI_HDMI_VENDOR_USER_DATA_MAX_LEN];
} hi_hdmi_vendorspec_infoframe;
Members
Member |
Description |
|---|---|
data_len |
Length of the Institute of Electrical and Electronics Engineers (IEEE) registration code array. The maximum value is 22. |
user_data |
IEEE registration code, which is not supported in the current version. #define HI_HDMI_VENDOR_USER_DATA_MAX_LEN 22 |
In the current version, this struct is not used and cannot be assigned a value. Otherwise, undefine behavior will occur.
Parent topic: HDMI Peripherals