Grabber::isCountOfFramesDroppedAvailable Method [Deprecated]

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

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

Information:

Introduced in version 2.0
This method is deprecated since version 3.5.
Grabber::hasCountOfFrames

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

<< Grabber