Controls a two-head player recorder

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

Syntax

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

See Also