|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.PlayListLoadSync (
nPlayer as Integer,
strPathname as String,
nMode as enumPlayListModes
) as enumErrorCodes
|
|
[C++]
short control.PlayListLoadSync (
short nPlayer,
LPCTSTR strPathname,
short nMode
);
|
|
Parameter
|
Description
| |||||||||
|
|
| |||||||||
|
nPlayer
|
Number representing the zero-based index of the player that will own the new playlist
| |||||||||
|
strPathname
|
String containing the name of the playlist file: accepted playlist formats are M3U and PLS
| |||||||||
|
nMode
|
Loading mode.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The call was successful.
|