Sets the starting timecode.

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

Syntax

C#
void SetStartingTimecode(
	Object timecode
)
Visual Basic (Declaration)
Sub SetStartingTimecode ( _
	timecode As Object _
)
Visual C++
void SetStartingTimecode(
	Object^ timecode
)

Parameters

timecode
Type: System..::.Object
Timecode.

Remarks

Sets the asset’s starting timecode. This is currently only used for List assets.

See Also