Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
FadeOutStarted event 
 
Remarks 
 
Occurs when the song fading-out starts lowering its volume. 
 
For further details about the use of the embedded Automatic Fader, refer to the How to use the Automatic Fader section. 
 
 
Syntax 
 
[Visual Basic] 
FadeOutStarted
ByVal nPlayer as Integer 
)
 
[C++] 
void FadeOutStarted
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that fired the event
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents