|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[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.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|