|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.PlayListGetCount (
nPlayer as Integer
) as Integer
|
|
[C++]
short control.PlayListGetCount (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the player that will own the new playlist
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
>= 0
|
The number of items available inside the playlist
|