IADLXDisplayDynamicRefreshRateControl
The IADLXDisplayDynamicRefreshRateControl interface configures the Display Dynamic Refresh Rate Control settings on a display.
InterfaceId: |
IADLXDisplayDynamicRefreshRateControl |
Smart Pointer Interface Name: |
IADLXDisplayDynamicRefreshRateControlPtr |
Inherits: |
|
Inherited By: |
N/A |
Dynamic Refresh Rate Control saves power by switching to low panel refresh rate, or boosts performance by switching to high panel refresh rate when laptop is plugged.
Methods
Method |
Description |
---|---|
Checks if the Dynamic Refresh Rate Control is enabled on a display. |
|
Checks if the Dynamic Refresh Rate Control is supported on a display. |
|
Sets the Dynamic Refresh Rate Control to enabled or disabled state on a display. |
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.4 |
Example
To see how to use this interface in a C++ application, refer to the DisplayDynamicRefreshRateControl C++ sample .
For a C application, refer to the DisplayDynamicRefreshRateControl C sample .