ScnLib_IsRecording()

ScnLib_IsRecording()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) BOOL __stdcall ScnLib_IsRecording(void);
C# [DllImport("ScnLib.dll")] public static extern bool ScnLib_IsRecording();
Basic Public Declare Function ScnLib_IsRecording Lib "ScnLib.dll" () As Boolean
Delphi function ScnLib_IsRecording(): LongBool; stdcall; external 'ScnLib.dll';
  • Description
    Check if a recording is currently in progress.

  • Parameters
    None.

  • Return Value
    If a recording is currently in progress, the return value is TRUE. Otherwise, the return value is FALSE.

  • Remarks
    Use this function to check if a recording is currently in progress. A recording can be interrupted by disk, memory or network I/O failures, and since there is no automatic notification system with the SDK, it is advised to periodically check the recording status with this function.

  • See Also
    ScnLib_StartRecording()
    ScnLib_StopRecording()
    ScnLib_IsPaused()

Try the SDK for FREE SDK APIs overview