|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetMixerWaveVolume (
nIndex as Int16
) as Int16
|
|
[C#]
public Int16 GetMixerWaveVolume (
Int16 nIndex
);
|
|
[C++]
public: Int16 GetMixerWaveVolume (
Int16 nIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nIndex
|
Number representing the zero-based index of the mixer whose Wave volume must be retrieved
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
>= 0
|
The current Wave volume in the range from 0 to 100
|