Returns the list of CLine objects (lines) exposed by the current mixer.

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

Syntax

C#
public List<CCoreAudio..::..CLine> Lines { get; }
Visual Basic
Public ReadOnly Property Lines As List(Of CCoreAudio..::..CLine)
	Get
Visual C++
public:
property List<CCoreAudio..::..CLine^>^ Lines {
	List<CCoreAudio..::..CLine^>^ get ();
}

See Also