Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
Fader.PlayListUseSingle method 
 
Remarks 
 
Instructs the fader to mix sounds coming from the single playlist taken from the given player. 
 
For details about using the Automatic Fader refer to the How to use the Automatic Fader section. 
 
 
Syntax 
 
[Visual Basic] 
control.Fader.PlayListUseSingle
nIndexPlayer as Integer 
 
[C++] 
short control.Fader.PlayListUseSingle
short nIndexPlayer 
);
 
 
Parameter
Description
 
 
nIndexPlayer
Number representing the zero-based index of the player whose playlist will be used in order to perform automatic fading operations between the two players set inside the Fader.Init method.
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred, check the LastError property value in order to get the error code
enumErrorCodes.ERR_NOERROR (0)
The method call was successful
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents