Skip to content

PauseRecording

function

Delphi
function PauseRecording: Boolean;
C++Builder
bool __fastcall PauseRecording();
C#
public bool PauseRecording();
VB.NET
Public Function PauseRecording() As Boolean
C++/Qt
BOOL PauseRecording ();

Pauses the current recording, previously started by StartRecording .

RecordingCanPause must be enabled to use this feature.

Returns true if the recording has been sucessfully paused.

The recording can be resumed with ResumeRecording .