|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function PlayListGetItemString (
nPlayerIndex as Int16,
nItem as Int16,
nString as enumPlayListStrings
) as String
|
|
[C#]
public string PlayListGetItemString (
Int16 nPlayerIndex,
Int16 nItem,
enumPlayListStrings nString
);
|
|
[C++]
public: string PlayListGetItemString (
Int16 nPlayerIndex,
Int16 nItem,
enumPlayListStrings nString
);
|
|
Parameter
|
Description
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
nPlayerIndex
|
Number representing the zero-based index of the player that owns the playlist
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
nItem
|
Number representing the zero-based index of the song (item) whose information must be obtained
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
nString
|
The identifier of the string to obtain.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
The information was not available or an error occurred (see the LastError property for further error details)
|
|
Valid string
|
The requested string
|