|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetOutputSpeakersCount (
nIndex as Integer
) as Integer
|
|
[C++]
short control.GetOutputSpeakersCount (
short nIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nIndex
|
Number representing the zero-based index of the involved output device.
|
|
Value
|
Meaning
|
|
|
|
|
Value > 0
|
The number of speakers available on the given output device
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|