Copyright © 2005-2019 MultiMedia Soft

PlayListExecPrev method

Previous pageReturn to chapter overviewNext page

Remarks

 

Executes the previous song inside the playlist. The playlist execution must be already started through the PlayListExecute or through the PlayListExecAt.

The usage of this method is disabled when the playlist execution has been started through the Fader.StartManualFading method.

 

If the latest played song was the first one inside the playlist, this call will execute the last song.

 

For further details about playlists management see the How to create and manage a playlist tutorial.

 

 

Syntax

 

[Visual Basic]

Public Function PlayListSetExecPrev (

nPlayerIndex as Int16

) as enumErrorCodes


 

[C#]

public enumErrorCodes PlayListSetExecPrev (

Int16 nPlayerIndex

);


 

[C++]

public: enumErrorCodes PlayListSetExecPrev (

Int16 nPlayerIndex

);


 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that owns the playlist

 

 

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.