Lines can only be of types, Destination or Source
Namespace: NMixerProNETAssembly: 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 name | Value | Description | |
|---|---|---|---|
| ltcDestination | 0 | ||
| ltcSource | 1 |
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.