ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about component video custom modes. More...
#include <adl_structures.h>
Data Fields | |
int | iBaseModeHeight |
Custom mode base height. More... | |
int | iBaseModeWidth |
Custom mode base width. More... | |
int | iFlags |
Custom mode flags. They are returned by the ADL driver. More... | |
int | iModeHeight |
Custom mode height. More... | |
int | iModeWidth |
Custom mode width. More... | |
int | iRefreshRate |
Custom mode refresh rate. More... | |
Structure containing information about component video custom modes.
This structure is used to store the component video custom mode.
int ADLCustomMode::iBaseModeHeight |
Custom mode base height.
int ADLCustomMode::iBaseModeWidth |
Custom mode base width.
int ADLCustomMode::iFlags |
Custom mode flags. They are returned by the ADL driver.
int ADLCustomMode::iModeHeight |
Custom mode height.
int ADLCustomMode::iModeWidth |
Custom mode width.
int ADLCustomMode::iRefreshRate |
Custom mode refresh rate.