SetFrequency
Sets the frequency in the manual tuning state on a GPU.
Syntax
ADLX_RESULT SetFrequency (adlx_int value)
Parameters
-
[in]
value adlx_int The new frequency (in MHz) in the manual tuning state.
Return Value
If the frequency is successfully set, ADLX_OK is returned.
If the frequency is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IGPUTuning.h” |
Minimum version |
1.0 |