Get remaining.

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

Syntax

C#
void GetRemaining(
	out string timecode
)
Visual Basic (Declaration)
Sub GetRemaining ( _
	<OutAttribute> ByRef timecode As String _
)
Visual C++
void GetRemaining(
	[OutAttribute] String^% timecode
)

Parameters

timecode
Type: System..::.String %
Timecode.

See Also