EDID_maxResCodes

Declaration

typedef enum {
    MaxRes_640x480,
    MaxRes_800x600,
    MaxRes_1024x768,
    MaxRes_1152x864,
    MaxRes_1280x1024,
    MaxRes_1600x1200,
    MaxRes_1800x1350,
    MaxRes_1920x1440,
    MaxRes_2048x1536
    } EDID_maxResCodes

Prototype In

snap/ddc.h

Description

This enumeration defines the list of maximum resolutions as reported in the EDID_record structure. Note that these values determine if the monitor can handle the specific resolution in the 60Hz non-interlaced format. These values may be less than what you would expect if the monitor can handle 1024x768 interlaced, but not in non-interlaced mode.

Members

MaxRes_640x480

Maximum resolution is 640x480 @ 60Hz NI

MaxRes_800x600

Maximum resolution is 800x600 @ 60Hz NI

MaxRes_1024x768

Maximum resolution is 1024x768 @ 60Hz NI

MaxRes_1152x864

Maximum resolution is 1152x864 @ 60Hz NI

MaxRes_1280x1024

Maximum resolution is 1280x1024 @ 60Hz NI

MaxRes_1600x1200

Maximum resolution is 1600x1200 @ 60Hz NI

MaxRes_1800x1350

Maximum resolution is 1800x1350 @ 60Hz NI

MaxRes_1920x1440

Maximum resolution is 1920x1440 @ 60Hz NI

MaxRes_2048x1536

Maximum resolution is 2048x1536 @ 60Hz NI

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com