ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about the display device. More...
#include <adl_structures.h>
Data Fields | |
ADLDisplayID | displayID |
The DisplayID structure. More... | |
int | iDisplayConnector |
The connector type for the device. More... | |
int | iDisplayControllerIndex |
int | iDisplayInfoMask |
The bit mask identifies the number of bits ADLDisplayInfo is currently using. It will be the sum all the bit definitions in ADL_DISPLAY_DISPLAYINFO_xxx. More... | |
int | iDisplayInfoValue |
The bit mask identifies the display status. Display Info Mask Values. More... | |
int | iDisplayOutputType |
The display output type. For example: HDMI, SVIDEO, COMPONMNET VIDEO. More... | |
int | iDisplayType |
The Display type. For example: CRT, TV, CV, DFP. More... | |
char | strDisplayManufacturerName [256] |
The display's manufacturer name. More... | |
char | strDisplayName [256] |
The display's EDID name. More... | |
Structure containing information about the display device.
This structure is used to store various information about the display device. This information can be returned to the user, or used to access various driver calls to set or fetch various display-device-related settings upon the user's request
ADLDisplayID ADLDisplayInfo::displayID |
The DisplayID structure.
int ADLDisplayInfo::iDisplayConnector |
The connector type for the device.
int ADLDisplayInfo::iDisplayControllerIndex |
int ADLDisplayInfo::iDisplayInfoMask |
The bit mask identifies the number of bits ADLDisplayInfo is currently using.
It will be the sum all the bit definitions in ADL_DISPLAY_DISPLAYINFO_xxx.
int ADLDisplayInfo::iDisplayInfoValue |
The bit mask identifies the display status. Display Info Mask Values.
int ADLDisplayInfo::iDisplayOutputType |
The display output type. For example: HDMI, SVIDEO, COMPONMNET VIDEO.
int ADLDisplayInfo::iDisplayType |
The Display type. For example: CRT, TV, CV, DFP.
char ADLDisplayInfo::strDisplayManufacturerName[256] |
The display's manufacturer name.
char ADLDisplayInfo::strDisplayName[256] |
The display's EDID name.