ISDBPlaylist::InsertTrack: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (introduced)
 
Line 11: Line 11:
Inserts track to the playlist.
Inserts track to the playlist.


Introduced into MediaMonkey 4.0.
{{Introduced|4.0}}


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 22:21, 20 April 2013

CoClass SDBPlaylist, Interface ISDBPlaylist

Sub InsertTrack(Index as Long, Track As SDBSongData)


Parameters

Name Type Description
Index Long Index (0..n) - position where the track should be inserted
Track SDBSongData Track to be added (SDBSongData object)


Method description

Inserts track to the playlist.

Introduced in MediaMonkey version 4.0.