|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.SwapSpeakersRearAndCenter (
nPlayer as Integer
) as enumErrorCodes
|
|
[C++]
short control.SwapSpeakersRearAndCenter (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player.
|
|
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)
|