Grabber::hasSignalDetected Method

Checks whether a device can be queried if it has a video stream. (Some analog to digital video converters have this property).
Syntax:
bool hasSignalDetected() const;
Return value:

true, if a device can be queried for a list of available video stream, false otherwise.

Remarks:

This method supersedes Grabber::isSignalDetectedAvailable.

Information:

Introduced in version 3.5

See also: Grabber, Grabber::getSignalDetected

<< Grabber