Copyright © 2001-2019 MultiMedia Soft

PlayListGetCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the number of songs (items) contained inside the playlist

 

For further details about playlists management see the How to create and manage a playlist tutorial.

 

 

Syntax

 

[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

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

>= 0

The number of items available inside the playlist