ResumeRecording
Delphi
function ResumeRecording: Boolean;
C++Builder
bool __fastcall ResumeRecording();
C#
public bool ResumeRecording();
VB.NET
Public Function ResumeRecording() As Boolean
C++/Qt
BOOL ResumeRecording ();
Resumes a recording currently paused by a PauseRecording call.
RecordingCanPause must be enabled to use this feature.