Gets or sets a value indicating whether this instance is in playback E-to-E mode.

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

Syntax

C#
bool PlaybackEtoE { get; set; }
Visual Basic (Declaration)
Property PlaybackEtoE As Boolean
Visual C++
property bool PlaybackEtoE {
	bool get ();
	void set (bool value);
}

Field Value

true if this instance is in playback E-to-E mode; otherwise, false.

Remarks

Returns the current E-to-E setting. Record channel types start out with E-to-E set to true. Players initially set E-to-E to false.

See Also