ISDBPlayer::PlaylistInsertTracks: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
Inserts a list of tracks to Now Playing list. | Inserts a list of tracks to Now Playing list. | ||
Introduced | {{Introduced|4.0}} | ||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 13:21, 24 April 2013
CoClass SDBPlayer, Interface ISDBPlayer
Sub PlaylistInsertTracks( Index as Long, Songs As SDBSongList)
Parameters
Name | Type | Description |
---|---|---|
Index | Long | Index (0..n) - position where the tracks should be inserted |
Songs | SDBSongList | List of tracks to be inserted. |
Method description
Inserts a list of tracks to Now Playing list.
Introduced in MediaMonkey version 4.0.