PlaylistSoundLoaded event |
|
Remarks
Occurs when a song included inside a playlist is loaded in memory from a file.
For further details about playlists management see the How to create and manage a playlist tutorial.
Syntax
[Visual Basic] PlaylistSoundLoaded ( ByVal nPlayer as Integer, ByVal nItemIndex as Integer, ByVal strTag as String ) |
[C++] void PlaylistSoundLoaded ( short nPlayer, short nItemIndex, LPCTSTR strTag ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the player that fired the event |
nItemIndex |
Number representing the zero-based index of the song in the player playlist; if the song is not inserted into a playlist it's always set to 0 |
strTag |
String containing a custom tag associated to this item. Custom tag strings can be associated to a playlist item through the PlayListAddItemWithTag method or through the CustomTag attribute of a playlist file in PDJ format. |