Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
SwapSpeakersRearAndCenter method 
 
Remarks 
 
Swaps the Rear and Center speakers for the given player: some specific output device (for example the Maya EX7 sound card) will invert the Rear and Center speakers assignment by default so calling this method could be of help in certain situations. 
 
For further details about speakers assignment, take a look to the How to work with multiple output devices and speakers section. 
 
 
Syntax 
 
[Visual Basic] 
control.SwapSpeakersRearAndCenter
nPlayer as Integer 
 
[C++] 
short control.SwapSpeakersRearAndCenter
short nPlayer 
);
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player.
 
 
Return value 
 
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)
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents