Remarks
Composes a playlist with all of the tracks contained inside a CD.
Syntax
[Visual Basic]
control.PlayListLoadFromCd (
nPlayer as Integer,
nDrive as Integer
) as Integer
|
|
[C++]
short control.PlayListLoadFromCd (
short nPlayer,
short nDrive
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
nDrive
|
Number representing the zero-based index of the involved CD drive
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
enumErrorCodes.ERR_NOERROR (0)
|
The call was successful.
|
|