VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Video_CaptureDevice_Get_DroppedFramesCountFromDevice Method

Retrieves the count of dropped frames.

Pascal
procedure Video_CaptureDevice_Get_DroppedFramesCountFromDevice(var Dropped: Integer; var NotDropped: Integer);
C++
__fastcall Video_CaptureDevice_Get_DroppedFramesCountFromDevice(int Dropped, int NotDropped);
C#
public Video_CaptureDevice_Get_DroppedFramesCountFromDevice(ref int Dropped, ref int NotDropped);
Visual Basic
Public Sub Video_CaptureDevice_Get_DroppedFramesCountFromDevice(ByRef Dropped As Integer, ByRef NotDropped As Integer)
Java
public Video_CaptureDevice_Get_DroppedFramesCountFromDevice(int Dropped, int NotDropped);
IDL
Video_CaptureDevice_Get_DroppedFramesCountFromDevice(int Dropped, int NotDropped);
JavaScript
Video_CaptureDevice_Get_DroppedFramesCountFromDevice
PHP
public Video_CaptureDevice_Get_DroppedFramesCountFromDevice($Dropped, $NotDropped);
Parameters 
Description 
var Dropped: Integer 
Dropped frames count. 
var NotDropped: Integer 
Not dropped frames count. 
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!