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]
control.MixerGetCount (
) as Integer
|
|
[C++]
short control.MixerGetCount (
);
|
Return value
The number of mixers currently installed on the system.