Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
Fader.StartManualFading method 
 
Remarks 
 
Manually starts the cross-fading procedure on the Automatic Fader without waiting to reach the trigger set through the Fader.FadeStartFromEnd property. 
 
This method requires a previous call to the Fader.Init method and that the two involved players have a loaded song. 
 
For details about using the Automatic Fader refer to the How to use the Automatic Fader section. 
 
 
Syntax 
 
[Visual Basic] 
control.Fader.StartManualFading
 
[C++] 
short control.Fader.StartManualFading
);
 
 
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