|
ADL (AMD Display Library) Public APIs
Version 18.1
|
Structure containing information about EDID data. More...
#include <adl_structures.h>
Data Fields | |
| char | cEDIDData [256] |
| EDID data. More... | |
| int | iBlockIndex |
| 0, 1 or 2. If set to 3 or above an error ADL_ERR_INVALID_PARAM is generated More... | |
| int | iEDIDSize |
| Size of cEDIDData. Set by ADL_Display_EdidData_Get() upon return. More... | |
| int | iFlag |
| Set to 0. More... | |
| int | iReserved [4] |
| Reserved. More... | |
| int | iSize |
| Size of the structure. More... | |
Structure containing information about EDID data.
This structure is used to store the information about EDID data for the adapter. This structure is used by the ADL_Display_EdidData_Get() and ADL_Display_EdidData_Set() functions.
| char ADLDisplayEDIDData::cEDIDData[256] |
EDID data.
| int ADLDisplayEDIDData::iBlockIndex |
0, 1 or 2. If set to 3 or above an error ADL_ERR_INVALID_PARAM is generated
| int ADLDisplayEDIDData::iEDIDSize |
Size of cEDIDData. Set by ADL_Display_EdidData_Get() upon return.
| int ADLDisplayEDIDData::iFlag |
Set to 0.
| int ADLDisplayEDIDData::iReserved[4] |
Reserved.
| int ADLDisplayEDIDData::iSize |
Size of the structure.