Controls a player recorder

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

Syntax

C#
public interface ISimplePlayerRecorder : ISimpleController, 
	IDisposable
Visual Basic (Declaration)
Public Interface ISimplePlayerRecorder _
	Implements ISimpleController, IDisposable
Visual C++
public interface class ISimplePlayerRecorder : ISimpleController, 
	IDisposable

See Also