Copyright © 2005-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]

Public Function StartManualFading (

) as enumErrorCodes


 

[C#]

public enumErrorCodes StartManualFading (

);


 

[C++]

public: enumErrorCodes StartManualFading (

 

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.NOERROR (0)

The method call was successful.