Create a new clip.

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

Syntax

C#
public void New(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)
Visual C++
public:
virtual void New(
	String^ name
) sealed

Parameters

name
Type: System..::.String
Name.

Implements

ISimplePlayerRecorder..::.New(String)

Remarks

Creates a new clip in the current bin with the given name. This clip is considered the current timeline.

See Also