ResumePreview
Delphi
function ResumePreview: Boolean;
C++Builder
bool __fastcall ResumePreview();
C#
public bool ResumePreview();
VB.NET
Public Function ResumePreview() As Boolean
C++/Qt
BOOL ResumePreview ();
Resumes the preview, previously paused with PausePreview. Can be invoked also during a recording (started with StartRecording) to resume a recording AND a preview if they have been paused by invoking PausePreview (see also Pause/resume during recording).