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

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

Detailed Description

Structure containing information about component video custom modes.

This structure is used to store the component video custom mode.

Field Documentation

◆ iBaseModeHeight

int ADLCustomMode::iBaseModeHeight

Custom mode base height.

◆ iBaseModeWidth

int ADLCustomMode::iBaseModeWidth

Custom mode base width.

◆ iFlags

int ADLCustomMode::iFlags

Custom mode flags. They are returned by the ADL driver.

◆ iModeHeight

int ADLCustomMode::iModeHeight

Custom mode height.

◆ iModeWidth

int ADLCustomMode::iModeWidth

Custom mode width.

◆ iRefreshRate

int ADLCustomMode::iRefreshRate

Custom mode refresh rate.


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

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