Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
GetMixerWaveMute method 
 
Remarks 
 
Gets the mute status of the mixer's Wave element. 
 
The mute status can be modified using the SetMixerWaveMute method. 
 
The number of mixers currently installed on the system can be retrieved using the GetMixersCount method. A friendly description of the mixer can be retrieved using the GetMixerDesc method.  
 
 
Syntax 
 
[Visual Basic] 
Public Function GetMixerWaveMute
nIndex as Int16 
) as bool
 
[C#] 
public bool GetMixerWaveMute
Int16 nIndex 
);
 
[C++] 
public: bool GetMixerWaveMute
Int16 nIndex 
);
 
 
 
Parameter
Description
 
 
nIndex
Number representing the zero-based index of the mixer whose Wave's mute status must be retrieved
 
 
Return value 
 
 
Value
Meaning
 
 
false
The Wave element is not in mute status
true
The Wave element is in mute status
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents