AnalogChannelItem::isValid Method

Checks whether this object is valid.
Syntax:
bool isValid() const;
Return value:

true, if the input channel is valid, false otherwise.

Remarks:

If the video capture device does not support multiple input channels or, if an error occurred, a call to Grabber::getInputChannel returns an invalid object.

See also: AnalogChannelItem

<< AnalogChannelItem