Vendor Specific InfoFrame (VSIF) - 3.1 English

HDMI 1.4/2.0 Receiver Subsystem Product Guide (PG236)

Document ID
PG236
Release Date
2020-12-11
Version
3.1 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;