RefreshRate
Gets the refresh rate of a display.
Syntax
ADLX_RESULT RefreshRate (adlx_double* refreshRate)
Parameters
-
[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 |