IADLXDisplayServices3
IADLXDisplayServices3 is an extension interface to IADLXDisplayServices . It provides access to the FreeSync color accuracy and Dynamic Refresh Rate Control functionality.
InterfaceId: |
IADLXDisplayServices3 |
Smart Pointer Interface Name: |
IADLXDisplayServices3Ptr |
Inherits: |
|
Inherited By: |
N/A |
The IADLXDisplayServices3 interface is obtained from the IADLXDisplayServices interface or from any of its extension interfaces using QueryInterface .
Methods
Method |
Description |
---|---|
Gets the reference counted Dynamic Refresh Rate Control interface for a display. |
|
Gets the reference counted FreeSync color accuracy interface for a display. |
Requirements
Header |
include “IDisplays3.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 .