Copyright © 2001-2011 MultiMedia Soft

FadeOutCompleted event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the fade-out is completed.

This event is also generated on the end of a fade-out session performed after a call to the StopSound method when the SetSmoothingTimeLength method has been applied.

 

For further details about the use of the embedded Automatic Fader, refer to the How to use the Automatic Fader section.

 

 

Syntax

 

[Visual Basic]

FadeOutCompleted (

ByVal nPlayer as Integer

)


 

[C++]

void FadeOutCompleted (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that fired the event