Grabber::hasCountOfFrames Method

Returns whether the device supports retrieving the current dropped frames counter.
Syntax:
bool hasCountOfFrames() const;
Return value:

true, if the device supports a dropped frames counter, false otherwise.

Remarks:

This method supersedes Grabber::isCountOfFramesDroppedAvailable.

Information:

Introduced in version 3.5

See also: Grabber, Grabber::getCountOfFramesDropped, Grabber::getCountOfFramesNotDropped

<< Grabber