This collection provides a series of CLine objects that interface each available line in the current CMixer object.

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

Syntax

C#
public Lines Lines { get; set; }
Visual Basic
Public Property Lines As Lines
	Get
	Set
Visual C++
public:
property Lines^ Lines {
	Lines^ get ();
	void set (Lines^ value);
}

Return Value

A list of all the lines provided by the sound card's driver.

See Also