Gets the editor.

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

Syntax

C#
public ISimpleEditor GetEditor()
Visual Basic (Declaration)
Public Function GetEditor As ISimpleEditor
Visual C++
public:
virtual ISimpleEditor^ GetEditor() sealed

Return Value

ISimpleEditor instance

Implements

ISimplePlayerRecorder..::.GetEditor()()()

Remarks

This function returns the editor interface for the current loaded clip.

See Also