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

Structure containing information about overlay adjustment. More...

#include <adl_structures.h>

Data Fields

int iDefault
 Default value. More...
 
int iMax
 Maximum Value. More...
 
int iMin
 Minimum value. More...
 
int iStep
 Step value. More...
 

Detailed Description

Structure containing information about overlay adjustment.

This structure is used to store the information about overlay adjustment for the adapter. This structure is used by the ADLControllerOverlayInfo() function.

Field Documentation

◆ iDefault

int ADLAdjustmentinfo::iDefault

Default value.

◆ iMax

int ADLAdjustmentinfo::iMax

Maximum Value.

◆ iMin

int ADLAdjustmentinfo::iMin

Minimum value.

◆ iStep

int ADLAdjustmentinfo::iStep

Step value.


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

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