
Grabber::getFrameCount Method |
||
| Read the internal frame counter. | ||
| Syntax: | DWORD getFrameCount() const;
|
|
| Return value: | The current frame count. |
|
| Remarks: | This method returns the current value of the internal frame counter. The internal frame counter increases automatically each time a frame is copied to the currently active MemBufferCollection. The counter is reset by calling Grabber::setActiveMemBufferCollection, Grabber::setSinkType or Grabber::startLive. |
|
| See also: | Grabber | |