Copyright © 2001-2011 MultiMedia Soft

Fader.StartManualFading method

Previous pageReturn to chapter overviewNext page

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 (

) as enumErrorCodes


 

[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