Skip to content

PausePreview

method

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

Used to pause preview, previously started with StartPreview. Can be invoked also during recording (started with StartRecording) to pause the recording AND the preview. Then invoke ResumePreview to go on recording AND previewing (see also Pause/resume during recording).