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

Structure containing information about display mode. More...

#include <adl_structures.h>

Data Fields

ADLDisplayID displayID
 Display IDs. More...
 
float fRefreshRate
 Screen refresh rate. Could be fractional E.g. 59.97. More...
 
int iAdapterIndex
 Adapter index. More...
 
int iColourDepth
 Screen Color Depth. E.g., 16, 32. More...
 
int iModeFlag
 Vista mode flag indicating Progressive or Interlaced mode. More...
 
int iModeMask
 The bit mask identifying the number of bits this Mode is currently using. It is the sum of all the bit definitions defined in Display Mode Values. More...
 
int iModeValue
 The bit mask identifying the display status. The detailed definition is in Display Mode Values. More...
 
int iOrientation
 Screen orientation. E.g., 0, 90, 180, 270. More...
 
int iXPos
 Screen position X coordinate. More...
 
int iXRes
 Screen resolution Width. More...
 
int iYPos
 Screen position Y coordinate. More...
 
int iYRes
 Screen resolution Height. More...
 

Detailed Description

Structure containing information about display mode.

This structure is used to store the display mode for the current adapter such as X, Y positions, screen resolutions, orientation, color depth, refresh rate, progressive or interlace mode, etc.

Field Documentation

◆ displayID

ADLDisplayID ADLMode::displayID

Display IDs.

◆ fRefreshRate

float ADLMode::fRefreshRate

Screen refresh rate. Could be fractional E.g. 59.97.

◆ iAdapterIndex

int ADLMode::iAdapterIndex

Adapter index.

◆ iColourDepth

int ADLMode::iColourDepth

Screen Color Depth. E.g., 16, 32.

◆ iModeFlag

int ADLMode::iModeFlag

Vista mode flag indicating Progressive or Interlaced mode.

◆ iModeMask

int ADLMode::iModeMask

The bit mask identifying the number of bits this Mode is currently using. It is the sum of all the bit definitions defined in Display Mode Values.

◆ iModeValue

int ADLMode::iModeValue

The bit mask identifying the display status. The detailed definition is in Display Mode Values.

◆ iOrientation

int ADLMode::iOrientation

Screen orientation. E.g., 0, 90, 180, 270.

◆ iXPos

int ADLMode::iXPos

Screen position X coordinate.

◆ iXRes

int ADLMode::iXRes

Screen resolution Width.

◆ iYPos

int ADLMode::iYPos

Screen position Y coordinate.

◆ iYRes

int ADLMode::iYRes

Screen resolution Height.


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

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