Skip to content

RefreshRate

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplay

Syntax

ADLX_RESULT    RefreshRate (adlx_double* refreshRate)

Parameters

#DirectionNameTypeDescription
1.[out]refreshRateadlx_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

Headerinclude “IDisplays.h”
Minimum version1.0