Gets the timecode.

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

Syntax

C#
public void GetTimecode(
	out string timecode
)
Visual Basic (Declaration)
Public Sub GetTimecode ( _
	<OutAttribute> ByRef timecode As String _
)
Visual C++
public:
virtual void GetTimecode(
	[OutAttribute] String^% timecode
) sealed

Parameters

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

Implements

IDVCapture..::.GetTimecode(String%)

See Also