Copyright © 2005-2023 MultiMedia Soft

Fader.PlayListUseSingle method

Previous pageReturn to chapter overviewNext page

Remarks

 

Instructs the fader to mix sounds coming from the single playlist taken from the given player.

 

For details about using the Automatic Fader refer to the How to use the Automatic Fader section.

 

 

Syntax

 

[Visual Basic]

Public Function PlayListUseSingle (

nIndexPlayer as Int16

) as enumErrorCodes


 

[C#]

public enumErrorCodes PlayListUseSingle (

Int16 nIndexPlayer

);


 

[C++]

public: enumErrorCodes PlayListUseSingle (

Int16 nIndexPlayer

);


 

 

Parameter

Description

 

 

nIndexPlayer

Number representing the zero-based index of the player whose playlist will be used in order to perform automatic fading operations between the two players set inside the Fader.Init method.

 

 

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.