|
ADL (AMD Display Library) Public APIs
Version 18.1
|
Structure containing connection information. More...
#include <adl_structures.h>
Data Fields | |
| ADLConnectionProperties | aConnectionProperties |
| Specifies the connection properties. More... | |
| char | EdidData [1024] |
| EDID Data. More... | |
| int | iActiveConnections |
| Number of Active Connections. More... | |
| int | iConnectionType |
| Connection type. based on the connection type either iNumberofPorts or IDataSize,EDIDdata is valid, Define_connection_types. More... | |
| int | iDataSize |
| actual size of EDID data block size. More... | |
| int | iNumberofPorts |
| Number of ports. More... | |
Structure containing connection information.
this structure is used to retrieve the data from driver which includes
| ADLConnectionProperties ADLConnectionData::aConnectionProperties |
Specifies the connection properties.
| char ADLConnectionData::EdidData[1024] |
EDID Data.
| int ADLConnectionData::iActiveConnections |
Number of Active Connections.
| int ADLConnectionData::iConnectionType |
Connection type. based on the connection type either iNumberofPorts or IDataSize,EDIDdata is valid, Define_connection_types.
| int ADLConnectionData::iDataSize |
actual size of EDID data block size.
| int ADLConnectionData::iNumberofPorts |
Number of ports.