Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
GetMixersCount method 
 
Remarks 
 
Retrieves the number of mixers currently installed on your system: usually this number is strictly related to the number of sound cards currently installed on your system.  
 
The friendly name of each mixer can be obtained using the GetMixerDesc method. 
 
 
Syntax 
 
[Visual Basic] 
Public Function GetMixersCount
) as Int16
 
[C#] 
public Int16 GetMixersCount
);
 
[C++] 
public: Int16 GetMixersCount
);
 
 
Return value 
 
The number of mixers currently installed on the system.  
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents