Fast forward.

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

Syntax

C#
public void FastForward(
	int withPreview
)
Visual Basic (Declaration)
Public Sub FastForward ( _
	withPreview As Integer _
)
Visual C++
public:
virtual void FastForward(
	int withPreview
) sealed

Parameters

withPreview
Type: System..::.Int32
With preview.

Implements

IDVCapture..::.FastForward(Int32)

See Also