
Grabber::stopLive Method |
||
| Stops the grabber | ||
| Syntax: | bool stopLive();
|
|
| Return value: | true, if the grabber could be stopped successfully, false otherwise. |
|
| Remarks: | This method stops the grabber, if it is in live mode. If the grabber was already stopped nothing happens. If the active sink type is an AviSink, this method will stop writing the image stream to disk. |
|
| See also: | Grabber, Grabber::isLive, Grabber::startLive | |