ISDBPlaylist::MoveTrack
From MMWiki
CoClass SDBPlaylist, Interface ISDBPlaylist
Sub MoveTrack(Track As SDBSongData, BeforeTrack As SDBSongData)
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| Track | SDBSongData | Track to move (SDBSongData object) |
| BeforeTrack | SDBSongData | Move in front of this track (use NULL to move to the last position) (SDBSongData object) |
[edit]
Method description
Changes track position in a playlist.
