ADL (AMD Display Library) Public APIs
Version 17.1
|
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... | |
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.
int ADLAdjustmentinfo::iDefault |
Default value.
int ADLAdjustmentinfo::iMax |
Maximum Value.
int ADLAdjustmentinfo::iMin |
Minimum value.
int ADLAdjustmentinfo::iStep |
Step value.