|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function SetMixerMicrophoneVolume (
nIndex as Int16,
nValue as Int16
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes SetMixerMicrophoneVolume (
Int16 nIndex,
Int16 nValue
);
|
|
[C++]
public: enumErrorCodes SetMixerMicrophoneVolume (
Int16 nIndex,
Int16 nValue
);
|
|
Parameter
|
Description
|
|
|
|
|
nIndex
|
Number representing the zero-based index of the mixer whose Microphone volume must be set
|
|
nValue
|
The new volume value in the range from 0 to 100.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful
|