Vendor Specific InfoFrame (VSIF) - 1.2 English

HDMI 2.1 Receiver Subsystem v1.2 Product Guide (PG351)

Document ID
PG351
Release Date
2023-10-31
Version
1.2 English

Use the following code example for VSIF:

typedef struct {
    u8 Version; 
    u32 IEEE_ID; 
    XHdmiC_VSIF_Video_Format Format;
    union {
        u8 HDMI_VIC; 
        XHdmiC_3D_Info Info_3D; 
    };
} XHdmiC_VSIF;