|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetMixerMasterMute (
nIndex as Int16
) as bool
|
|
[C#]
public bool GetMixerMasterMute (
Int16 nIndex
);
|
|
[C++]
public: bool GetMixerMasterMute (
Int16 nIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nIndex
|
Number representing the zero-based index of the mixer whose master's mute status must be retrieved
|
|
Value
|
Meaning
|
|
|
|
|
false
|
The master element is not in mute status
|
|
true
|
The master element is in mute status
|