ScnLib_IsMonitoringVolumeLevel()

ScnLib_IsMonitoringVolumeLevel()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) BOOL __stdcall ScnLib_IsMonitoringVolumeLevel(void);
C# [DllImport("ScnLib.dll")] public static extern bool ScnLib_IsMonitoringVolumeLevel();
Basic Public Declare Function ScnLib_IsMonitoringVolumeLevel Lib "ScnLib.dll" () As Boolean
Delphi function ScnLib_IsMonitoringVolumeLevel(): LongBool; stdcall; external 'ScnLib.dll';
  • Description
    Check whether the volume level monitoring feature is currently turned on or off.

  • Parameters
    None.

  • Return Value
    If the volume level monitoring feature is currently turned on, the return value is TRUE. Otherwise, the return value is FALSE.

  • Remarks
    Use this function to check whether the volume level monitoring feature is currently turned on or off.

  • See Also
    ScnLib_MonitorVolumeLevel()
    ScnLib_GetAudioSourceVolumeLevel()

Try the SDK for FREE SDK APIs overview