IADLXDisplay

The IADLXDisplay interface provides basic information about a display.

InterfaceId:

IADLXDisplay

Smart Pointer Interface Name:

IADLXDisplayPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

ConnectorType

Gets the connector type of a display.

DisplayType

Gets the type of a display.

EDID

Gets the virtual EDID (Extended Display Identification Data) of a display.

GetGPU

Gets the reference counted GPU interface of a display.

ManufacturerID

Gets the manufacturer id of a display.

Name

Gets the name of a display.

NativeResolution

Gets the native resolution of a display.

PixelClock

Gets the pixel clock of a display.

RefreshRate

Gets the refresh rate of a display.

ScanType

Gets the scan type of a display.

UniqueId

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 .