MSI Afterburner - MSI Graphics Card Performance Booster
Enum specifying the type of data source.

Namespace: MSI.Afterburner
Assembly: MSIAfterburner.NET (in MSIAfterburner.NET.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public enum MONITORING_SOURCE_ID
Visual Basic
Public Enumeration MONITORING_SOURCE_ID
Visual C++
public enum class MONITORING_SOURCE_ID

Members

Member nameValueDescription
GPU_TEMPERATURE0 The data source for the GPU temperature.
PCB_TEMPERATURE1 The data source for the printed circuit board (PCB) temperature.
FAN_SPEED16 The data source for the fan speed.
FAN_TACHOMETER17 The data source for the fan tachometer.
CORE_CLOCK32 The data source for the core clock speed.
SHADER_CLOCK33 The data source for the shader clock speed.
MEMORY_CLOCK34 The data source for the memory clock speed.
GPU_USAGE48 The data source for the GPU usage.
MEMORY_USAGE49 The data source for the memory usage.
GPU_VOLTAGE64 The data source for the GPU voltage.
AUX_VOLTAGE65 The data source for the auxilary voltage.
MEMORY_VOLTAGE66 The data source for the memory voltage.
FRAMERATE80 The data source for the framerate.
UNKNOWN4294967295 The data source is unknown.

See Also