The unique identifier of the mixer as provided by the sound card driver.
Namespace: NMixerProNETAssembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)
Syntax
| C# |
|---|
public int ManufacturerID { get; set; } |
| Visual Basic |
|---|
Public Property ManufacturerID As Integer
Get
Set |
| Visual C++ |
|---|
public:
property int ManufacturerID {
int get ();
void set (int value);
} |
See Also