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

Structure containing information about MM Feature Capabilities. More...

#include <adl_structures.h>

Data Fields

int bDefault
 Default user-controlled boolean value. Valid only if ADLFeatureCaps supports user-controlled boolean. More...
 
int EnumMask
 The Mask for available bits for enumerated values.(If ADLFeatureCaps supports ENUM values) More...
 
float fDefault
 Default float value. Valid only if ADLFeatureCaps indicates support for floats. More...
 
float fMax
 Maximum float value. Valid only if ADLFeatureCaps indicates support for floats. More...
 
float fMin
 Minimum float value. Valid only if ADLFeatureCaps indicates support for floats. More...
 
float fStep
 Step float value. Valid only if ADLFeatureCaps indicates support for floats. More...
 
int iAdjustmentStyle
 Style of the Adjustment Controls. More...
 
int iAdjustmentType
 Apperance of the Adjustment Controls. More...
 
int iControlStyle
 Style of the User-Controlled Boolean. More...
 
int iControlType
 Apperance of the User-Controlled Boolean. More...
 
int iDefault
 Default integer value. Valid only if ADLFeatureCaps indicates support for integers. More...
 
int iFeatureMask
 Feature Property Mask. Indicates which are the valid bits for iFeatureProperties. More...
 
int iFeatureProperties
 Feature Property Values. See definitions for ADL_FEATURE_PROPERTIES_XXX. More...
 
int iGroupID
 Group ID. All Features in the same group are shown sequentially in the same UI Page. More...
 
int iMax
 Maximum integer value. Valid only if ADLFeatureCaps indicates support for integers. More...
 
int iMin
 Minimum integer value. Valid only if ADLFeatureCaps indicates support for integers. More...
 
int iPageID
 Page ID. All Features with the same Page ID value are shown together on the same UI page. More...
 
int iStep
 Step integer value. Valid only if ADLFeatureCaps indicates support for integers. More...
 
int iVisualID
 Visual ID. Places one or more features in a Group Box. If zero, no Group Box is added. More...
 
ADLFeatureName Name
 The Feature Name. More...
 

Detailed Description

Structure containing information about MM Feature Capabilities.

Field Documentation

◆ bDefault

int ADLFeatureCaps::bDefault

Default user-controlled boolean value. Valid only if ADLFeatureCaps supports user-controlled boolean.

◆ EnumMask

int ADLFeatureCaps::EnumMask

The Mask for available bits for enumerated values.(If ADLFeatureCaps supports ENUM values)

◆ fDefault

float ADLFeatureCaps::fDefault

Default float value. Valid only if ADLFeatureCaps indicates support for floats.

◆ fMax

float ADLFeatureCaps::fMax

Maximum float value. Valid only if ADLFeatureCaps indicates support for floats.

◆ fMin

float ADLFeatureCaps::fMin

Minimum float value. Valid only if ADLFeatureCaps indicates support for floats.

◆ fStep

float ADLFeatureCaps::fStep

Step float value. Valid only if ADLFeatureCaps indicates support for floats.

◆ iAdjustmentStyle

int ADLFeatureCaps::iAdjustmentStyle

Style of the Adjustment Controls.

◆ iAdjustmentType

int ADLFeatureCaps::iAdjustmentType

Apperance of the Adjustment Controls.

◆ iControlStyle

int ADLFeatureCaps::iControlStyle

Style of the User-Controlled Boolean.

◆ iControlType

int ADLFeatureCaps::iControlType

Apperance of the User-Controlled Boolean.

◆ iDefault

int ADLFeatureCaps::iDefault

Default integer value. Valid only if ADLFeatureCaps indicates support for integers.

◆ iFeatureMask

int ADLFeatureCaps::iFeatureMask

Feature Property Mask. Indicates which are the valid bits for iFeatureProperties.

◆ iFeatureProperties

int ADLFeatureCaps::iFeatureProperties

Feature Property Values. See definitions for ADL_FEATURE_PROPERTIES_XXX.

◆ iGroupID

int ADLFeatureCaps::iGroupID

Group ID. All Features in the same group are shown sequentially in the same UI Page.

◆ iMax

int ADLFeatureCaps::iMax

Maximum integer value. Valid only if ADLFeatureCaps indicates support for integers.

◆ iMin

int ADLFeatureCaps::iMin

Minimum integer value. Valid only if ADLFeatureCaps indicates support for integers.

◆ iPageID

int ADLFeatureCaps::iPageID

Page ID. All Features with the same Page ID value are shown together on the same UI page.

◆ iStep

int ADLFeatureCaps::iStep

Step integer value. Valid only if ADLFeatureCaps indicates support for integers.

◆ iVisualID

int ADLFeatureCaps::iVisualID

Visual ID. Places one or more features in a Group Box. If zero, no Group Box is added.

◆ Name

ADLFeatureName ADLFeatureCaps::Name

The Feature Name.


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

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