Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
MixerGetCount 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 MixerGetDesc method. 
 
 
Syntax 
 
[Visual Basic] 
Public Function MixerGetCount
) as Int16
 
[C#] 
public Int16 MixerGetCount
);
 
[C++] 
public: Int16 MixerGetCount
);
 
 
Return value 
 
The number of mixers currently installed on the system.  
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents