Represents a line where this session contains all its controls.
Namespace: NMixerProNETAssembly: 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, sessions do not not expose any lines, but one is provided for consistency purposes so instead of exposing all the controls without a line, CSession encapsulates its controls inside a virtual line.
Of course, if you wish, you can access all the session's CControlObject objects directly through the ControlMute, ControlVolume and ControlPeakMeter properties.