IADLXDisplay
The IADLXDisplay interface provides basic information about a display.
InterfaceId: |
IADLXDisplay |
Smart Pointer Interface Name: |
IADLXDisplayPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the connector type of a display. |
|
Gets the type of a display. |
|
Gets the virtual EDID (Extended Display Identification Data) of a display. |
|
Gets the reference counted GPU interface of a display. |
|
Gets the manufacturer id of a display. |
|
Gets the name of a display. |
|
Gets the native resolution of a display. |
|
Gets the pixel clock of a display. |
|
Gets the refresh rate of a display. |
|
Gets the scan type of a display. |
|
Gets the unique id of a Display. |
Requirements
Header |
include “IDisplays.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the DisplayInfo C++ sample .
For a C application, refer to the DisplayInfo C sample .
For a C# application, refer to the DisplayInfo C# sample .
For a Java application, refer to the DisplayInfo Java sample .
For a Python application, refer to the DisplayInfo Python sample .