|
ADL (AMD Display Library) Public APIs
Version 18.1
|
Structure containing information about display property. More...
#include <adl_structures.h>
Data Fields | |
| int | iCurrent |
| Display Property current value. More... | |
| int | iDefault |
| Display Property Default value. More... | |
| int | iExpansionMode |
| Get or Set ADL_DL_DISPLAYPROPERTY_EXPANSIONMODE_CENTER or ADL_DL_DISPLAYPROPERTY_EXPANSIONMODE_FULLSCREEN or ADL_DL_DISPLAYPROPERTY_EXPANSIONMODE_ASPECTRATIO or ADL_DL_DISPLAYPROPERTY_TYPE_ITCFLAGENABLE. More... | |
| int | iPropertyType |
| Must be set to ADL_DL_DISPLAYPROPERTY_TYPE_EXPANSIONMODE or ADL_DL_DISPLAYPROPERTY_TYPE_USEUNDERSCANSCALING. More... | |
| int | iSize |
| Must be set to sizeof the structure. More... | |
| int | iSupport |
| Display Property supported? 1: Supported, 0: Not supported. More... | |
Structure containing information about display property.
This structure is used to store the display property for the current adapter.
| int ADLDisplayProperty::iCurrent |
Display Property current value.
| int ADLDisplayProperty::iDefault |
Display Property Default value.
| int ADLDisplayProperty::iExpansionMode |
| int ADLDisplayProperty::iPropertyType |
| int ADLDisplayProperty::iSize |
Must be set to sizeof the structure.
| int ADLDisplayProperty::iSupport |
Display Property supported? 1: Supported, 0: Not supported.