|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function SetMixerMasterMute (
nIndex as Int16,
bMute as bool
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes SetMixerMasterMute (
Int16 nIndex,
bool bMute
);
|
|
[C++]
public: enumErrorCodes SetMixerMasterMute (
Int16 nIndex,
bool bMute
);
|
|
Parameter
|
Description
| ||||||
|
|
| ||||||
|
nIndex
|
Number representing the zero-based index of the mixer whose master's mute status must be modified
| ||||||
|
bMute
|
Boolean value that tells if Boolean value that tells if mouse-based selections are enabled or disabled
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful
|