Finds the timecode position.

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

Syntax

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

Parameters

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

Implements

ISimpleEditor..::.FindTimecodePos(Object, Int32%)

Remarks

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

See Also