TVideoGrabber.Stop

Prev

Next

TVideoGrabber

Methods

 




































































































Stops any task currently running.


Declaration
function Stop: Boolean;


void __fastcall Stop(void)


Function Stop() As Boolean

Description

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.