IsSupported

Checks if the pixel format can be configured on a display.

Syntax

Copied!

ADLX_RESULT     IsSupported (adlx_bool* supported)

Parameters

  1. [out] supported adlx_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

Header

include “IDisplaySettings.h”

Minimum version

1.0