|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.MixerSetMasterVolume (
nIndex as Integer,
nValue as Integer
) as enumErrorCodes
|
|
[C++]
short control.MixerSetMasterVolume (
short nIndex,
short nValue
);
|
|
Parameter
|
Description
|
|
|
|
|
nIndex
|
Number representing the zero-based index of the mixer whose master 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.ERR_NOERROR (0)
|
The master volume has been changed correctly
|