Finds the timecode position.

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

Syntax

C#
void FindTimecodePos(
	Object tc,
	out int pos
)
Visual Basic (Declaration)
Sub FindTimecodePos ( _
	tc As Object, _
	<OutAttribute> ByRef pos As Integer _
)
Visual C++
void FindTimecodePos(
	Object^ tc, 
	[OutAttribute] int% pos
)

Parameters

tc
Type: System..::.Object
Tc.
pos
Type: System..::.Int32 %
Pos.

Remarks

This function searches the asset’s first timecode track and returns the zero-based position at which the timecode is found.

See Also