Skip to content

IADLXDisplay

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplay interface provides basic information about a display.

InterfaceId:IADLXDisplay
Smart Pointer Interface Name:IADLXDisplayPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
ConnectorTypeGets the connector type of a display.
DisplayTypeGets the type of a display.
EDIDGets the virtual EDID (Extended Display Identification Data) of a display.
GetGPUGets the reference counted GPU interface of a display.
ManufacturerIDGets the manufacturer id of a display.
NameGets the name of a display.
NativeResolutionGets the native resolution of a display.
PixelClockGets the pixel clock of a display.
RefreshRateGets the refresh rate of a display.
ScanTypeGets the scan type of a display.
UniqueIdGets the unique id of a Display.

Requirements

Headerinclude “IDisplays.h”
Minimum version1.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.

Subpages

  • 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.

API Reference

This page references: