|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.MixerGetMasterVolume (
nIndex as Integer
) as Integer
|
|
[C++]
short control.MixerGetMasterVolume (
short nIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nIndex
|
Number representing the zero-based index of the mixer whose master volume must be retrieved
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
>= 0
|
The current master volume in the range from 0 to 100
|