ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
ADLDisplayProperty Struct Reference

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...
 

Detailed Description

Structure containing information about display property.

This structure is used to store the display property for the current adapter.

Field Documentation

◆ iCurrent

int ADLDisplayProperty::iCurrent

Display Property current value.

◆ iDefault

int ADLDisplayProperty::iDefault

Display Property Default value.

◆ iExpansionMode

int ADLDisplayProperty::iExpansionMode

◆ iPropertyType

int ADLDisplayProperty::iPropertyType

◆ iSize

int ADLDisplayProperty::iSize

Must be set to sizeof the structure.

◆ iSupport

int ADLDisplayProperty::iSupport

Display Property supported? 1: Supported, 0: Not supported.


The documentation for this struct was generated from the following file:

Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.