Lines can only be of types, Destination or Source

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

Syntax

C#
public enum LineTypeConstants
Visual Basic
Public Enumeration LineTypeConstants
Visual C++
public enum class LineTypeConstants

Members

Member nameValueDescription
ltcDestination0
ltcSource1

Remarks

A Destination line represents the end point of a sound card, such as the Speakers. A Source line represents a source from where the audio is originated, such as the Microphone.

See Also