|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.Fader.PlayListUseSingle (
nIndexPlayer as Integer
) as enumErrorCodes
|
|
[C++]
short control.Fader.PlayListUseSingle (
short 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, check the LastError property value in order to get the error code
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful
|