This method pauses the video capture or restarts a video capture that has been paused.

[Delphi]   [ Boolean = ]recordcontrolname.Pause

Parameters

None

Return Value

Returns True if successful, returns False when not successful.

Explanation

The Pause method pauses the capture that has been started with the Start method. If this method is executed when the capture is paused, the capture will restart.

If the return value is True, then the State property is updated. If the return value is False, then values of 2 or 11 will be set in the ErrorStatus property.

 

The ImageKit10 VCL is a product created by Newtone Corporation