The unique identifier of the mixer as provided by the sound card driver.

Namespace: NMixerProNET
Assembly: 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