Grabber::getDriverFrameDropInformation Method

Retrieves frame drop information from the driver if supported by it.
Syntax:
bool     getDriverFrameDropInformation( DriverFrameDropInformation& info );
Parameter Description
info

Reference to the DriverFrameDropInformation structure to be filled by the driver information retrieved on success.

Return value:

true, if the device supports a frame drop information and was able to retrieve this information, false otherwise.

Remarks:

This information may be out of date when the functions returns and may not be exact.

Information:

Introduced in version 3.5

See also: Grabber, DriverFrameDropInformation

<< Grabber