ISDBPlayer::PlaylistInsertTrack: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
Inserts new track to Now Playing list. | Inserts new track 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 PlaylistInsertTrack( Index as Long, Song As SDBSongData)
Parameters
Name | Type | Description |
---|---|---|
Index | Long | Index (0..n) - position where the track should be inserted |
Song | SDBSongData | Track to be inserted. |
Method description
Inserts new track to Now Playing list.
Introduced in MediaMonkey version 4.0.