Gets the dropped frames.

Namespace:  GrassValley.Mseries.DVCapture
Assembly:  GrassValley.Mseries.DVCapture (in GrassValley.Mseries.DVCapture.dll) Version: 1.0.0.0

Syntax

C#
public void GetDroppedFrames(
	out int dropped
)
Visual Basic (Declaration)
Public Sub GetDroppedFrames ( _
	<OutAttribute> ByRef dropped As Integer _
)
Visual C++
public:
virtual void GetDroppedFrames(
	[OutAttribute] int% dropped
) sealed

Parameters

dropped
Type: System..::.Int32 %
Dropped.

Implements

IDVCapture..::.GetDroppedFrames(Int32%)

See Also