Grabber::isLivePrepared Method |
||
Returns whether the image stream is in 'prepared' state. | ||
Syntax: | bool isLivePrepared() const; |
|
Return value: | true, if prepareLive or suspendLive was called successfully and no other operation ended the 'prepared' state. |
|
Remarks: | ||
Information: | Introduced in version 3.0 | |
Sample: | For an example, please refer to Grabber::prepareLive. |
|
See also: | Grabber, Grabber::prepareLive, Grabber::suspendLive, Grabber::startLive, Grabber::stopLive |