Copyright © 2006-2019 MultiMedia Soft

MixerGetCount method

Previous pageReturn to chapter overviewNext page

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.

 

IMPORTANT NOTE ABOUT THE WINDOWS VERSION: This method is only intended for usage when the operating system is Windows XP or older versions; for Windows Vista and higher versions it's recommended using methods exposed by the CoreAudioDevicesMan class.

 

 

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.