VideoFormatItem::isValid Method

Checks whether this instance is a valid video format for the currently active video capture device.
Syntax:
bool isValid() const;
Return value:

true, if this instance is a valid video format, false otherwise.

See also: VideoFormatItem, Grabber::getAvailableVideoFormats

<< VideoFormatItem