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