VisioForge Video Capture SDK (Delphi / ActiveX)
|
Retrieves the count of dropped frames.
procedure Video_CaptureDevice_Get_DroppedFramesCountFromDevice(var Dropped: Integer; var NotDropped: Integer);
__fastcall Video_CaptureDevice_Get_DroppedFramesCountFromDevice(int Dropped, int NotDropped);
public Video_CaptureDevice_Get_DroppedFramesCountFromDevice(ref int Dropped, ref int NotDropped);
Public Sub Video_CaptureDevice_Get_DroppedFramesCountFromDevice(ByRef Dropped As Integer, ByRef NotDropped As Integer)
public Video_CaptureDevice_Get_DroppedFramesCountFromDevice(int Dropped, int NotDropped);
Video_CaptureDevice_Get_DroppedFramesCountFromDevice(int Dropped, int NotDropped);
Video_CaptureDevice_Get_DroppedFramesCountFromDevice
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!
|