FpsApi: CaptureStop

CaptureStop

Stops the capture process started with the CaptureStart() or the Capture() method before the timeout is elapsed.

 Public Function CaptureStop ( ) As Boolean

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function CaptureStop() As Boolean

[Delphi] function CaptureStop(): Boolean;

[C++] bool CaptureStop();

Remarks

See Also

Class FpsApi Overview FpsApi Properties FpsApi Methods CaptureStatus CaptureWait