RefreshRate

Gets the refresh rate of a display.

Syntax

Copied!

ADLX_RESULT     RefreshRate (adlx_double* refreshRate)

Parameters

  1. [out] refreshRate adlx_double* The pointer to a variable where the refresh rate of the display (in Hz) is returned.

Return Value

If the refresh rate is successfully returned, ADLX_OK is returned.

If the refresh rate is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The refresh rate returns the number of times per second the display shows a new image.

Requirements

Header

include “IDisplays.h”

Minimum version

1.0