Stop
method
Delphi
function Stop: Boolean;
C++Builder
bool __fastcall Stop();
C#
public bool Stop();
VB.NET
Public Function Stop() As Boolean
C++/Qt
BOOL Stop ();
Stops any task currently running (preview, recording, playback as well as reencoding). This function can be used instead of StopPreview, StopRecording, StopReencoding or ClosePlayer. Returns true upon success.