|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetOutputSpeakersConfig (
nIndex as Integer
) as enumSpeakersConfig
|
|
[C++]
short control.GetOutputSpeakersConfig (
short nIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nIndex
|
Number representing the zero-based index of the involved output device.
|
|
Mnemonic value
|
Numeric value
|
Meaning
|
|
ERR_xxx
|
Negative
|
An error occurred (see the LastError property for further error details)
|
|
SPEAKERS_STEREO
|
0
|
2 stereo speakers (Stereo)
|
|
SPEAKERS_QUADRAPHONIC
|
1
|
4 stereo speakers (Quadraphonic)
|
|
SPEAKERS_5_1
|
2
|
6 stereo speakers (5.1)
|
|
SPEAKERS_7_1
|
3
|
8 stereo speakers (7.1)
|