ScnLib_StopRecording()

ScnLib_StopRecording()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_StopRecording(void);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_StopRecording();
Basic Public Declare Sub ScnLib_StopRecording Lib "ScnLib.dll" ()
Delphi procedure ScnLib_StopRecording(); stdcall; external 'ScnLib.dll';
  • Description
    Stop a recording.

  • Parameters
    None.

  • Return Value
    None.

  • Remarks
    Use this function to stop a recording. The SDK performs real-time capture of the screen and on-the-fly encoding of video or audio files. The recording video or audio file remains unplayable until the recording is gracefully stopped using this function. If the recording is unexpectedly terminated due to issues like program crashes or accidental power-offs and this function is not called, the recording file may become permanently corrupted and unplayable, unless the video recovery feature is enabled prior to the start of the recording. For further information on the video recovery feature, please consult ScnLib_RecoverVideoFile().

  • See Also
    ScnLib_StartRecording()
    ScnLib_PauseRecording()
    ScnLib_ResumeRecording()
    ScnLib_IsRecording()
    ScnLib_RecoverVideoFile()

Try the SDK for FREE SDK APIs overview