Represents a line where this mixer contains all its master controls.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public CCoreAudio..::..CLine Line { get; }
Visual Basic
Public ReadOnly Property Line As CCoreAudio..::..CLine
	Get
Visual C++
public:
property CCoreAudio..::..CLine^ Line {
	CCoreAudio..::..CLine^ get ();
}

Remarks

In reality, mixers do not not expose any lines, but one is provided for consistency purposes so instead of exposing all the controls without a line, CMixer encapsulates its controls inside a virtual line.

Of course, if you wish, you can access all the session's CControlObject objects directly through the MasterMute, MasterVolume and MasterPeakMeter properties.

See Also