Returns the short name of the line as reported by the sound card's driver.
Namespace: NMixerProNETAssembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)
Syntax
| C# |
|---|
public string ShortName { get; set; } |
| Visual Basic |
|---|
Public Property ShortName As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ ShortName {
String^ get ();
void set (String^ value);
} |
See Also