ISDBPlaylist::MoveTrack: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 16:24, 21 March 2007
CoClass SDBPlaylist, Interface ISDBPlaylist
Sub MoveTrack(Track As SDBSongData, BeforeTrack As SDBSongData)
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) |
Method description
Changes track position in a playlist.