Skip to content

IsSupported

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayPixelFormat

Syntax

ADLX_RESULT    IsSupported (adlx_bool* supported)

Parameters

#DirectionNameTypeDescription
1.[out]supportedadlx_bool*The pointer to a variable where the state of pixel format configuration is returned. The variable is true if pixel format configuration is supported. The variable is false if pixel format configuration is not supported.

Return Value

If the state of pixel format configuration is successfully returned, ADLX_OK is returned.

If the state of pixel format configuration is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

The pixel format is configurable if the display is connected to the GPU using direct HDMI™-HDMI.

Pixel format configuration is not supported for DVI-HDMI and DisplayPort-HDMI connections.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.0

See Also: ADLX Enums