Gets the seek result.

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

Syntax

C#
void GetSeekResult(
	out int isSeeking,
	out int seekHR
)
Visual Basic (Declaration)
Sub GetSeekResult ( _
	<OutAttribute> ByRef isSeeking As Integer, _
	<OutAttribute> ByRef seekHR As Integer _
)
Visual C++
void GetSeekResult(
	[OutAttribute] int% isSeeking, 
	[OutAttribute] int% seekHR
)

Parameters

isSeeking
Type: System..::.Int32 %
Is seeking.
seekHR
Type: System..::.Int32 %
Seek HR.

See Also