Grabber::setPauseLive Method

Pauses the live mode.
Syntax:
bool setPauseLive( bool on );
Parameter Description
on

If true, the live mode will be set to pause. If false and live mode is in pause, the live mode will be resumed.

Return value:

true on success, false otherwise.

Remarks:

In live mode the video is immediately paused. Outside live mode the mode is saved and will be set when a Grabber::startLive is called.

Information:

Introduced in version 2.0

See also: Grabber, Grabber::getPauseLive, Grabber::startLive

<< Grabber