The device name as reported by the sound card driver.
Namespace: NMixerProNETAssembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)
Syntax
| C# |
|---|
public string DeviceName { get; set; } |
| Visual Basic |
|---|
Public Property DeviceName As String Get Set |
| Visual C++ |
|---|
public: property String^ DeviceName { String^ get (); void set (String^ value); } |