SDBPlaylist: Difference between revisions
Jump to navigation
Jump to search
(Better object description, unified style for member versions) |
|||
Line 2: | Line 2: | ||
== CoClass SDBPlaylist == | == CoClass SDBPlaylist == | ||
Object | Object represents a playlist and allows its manipulations including adding or removing tracks and querying child playlists. Playlists are stored in a tree structure. Root playlist can be retrieved using [[ISDBApplication::PlaylistByID|SDB.PlaylistByID]] method. | ||
=== ISDBPlaylist members === | === ISDBPlaylist members === | ||
Line 20: | Line 20: | ||
|[[ISDBPlaylist::MoveTrack|MoveTrack]] |Method | | |[[ISDBPlaylist::MoveTrack|MoveTrack]] |Method | | ||
|[[ISDBPlaylist::RemoveTrack|RemoveTrack]] |Method | | |[[ISDBPlaylist::RemoveTrack|RemoveTrack]] |Method | | ||
|[[ISDBPlaylist::RemoveTrackNoConfirmation|RemoveTrackNoConfirmation]] |Method | From | |[[ISDBPlaylist::RemoveTrackNoConfirmation|RemoveTrackNoConfirmation]] |Method | From 4.0 | ||
|[[ISDBPlaylist::Title|Title]] |Property Get/Let | | |[[ISDBPlaylist::Title|Title]] |Property Get/Let | | ||
|[[ISDBPlaylist::Tracks|Tracks]] |Property Get | | |[[ISDBPlaylist::Tracks|Tracks]] |Property Get | | ||
|[[ISDBPlaylist::LastModified|LastModified]] |Property Get | From | |[[ISDBPlaylist::LastModified|LastModified]] |Property Get | From 4.1 | ||
}} | }} | ||
Revision as of 19:52, 20 April 2013
- SDBAlbum
- SDBAlbumArtItem
- SDBAlbumArtList
- SDBAlbums
- SDBApplication
- SDBArtist
- SDBArtists
- SDBCommonDialog
- SDBDatabase
- SDBDBIterator
- SDBDevice
- SDBDeviceList
- SDBDropTarget
- SDBDropTargetLast
- SDBDropTargetNext
- SDBDropTargetRip
- SDBFileSystem
- SDBHWEvents
- SDBImage
- SDBIniFile
- SDBMedia
- SDBMenuItem
- SDBPlayer
- SDBPlaylist
- SDBPlaylists
- SDBProgress
- SDBRegistry
- SDBScriptControl
- SDBSongData
- SDBSongIterator
- SDBSongList
- SDBStringList
- SDBTextFile
- SDBTimer
- SDBTools
- SDBTrackSynchStatus
- SDBTracksWindow
- SDBTree
- SDBTreeNode
- SDBUI
- SDBUIActiveX
- SDBUIButton
- SDBUICheckBox
- SDBUICommon
- SDBUIDockablePanel
- SDBUIDropDown
- SDBUIEdit
- SDBUIForm
- SDBUIGroupBox
- SDBUILabel
- SDBUIListBox
- SDBUIMaskEdit
- SDBUIMultiLineEdit
- SDBUIPanel
- SDBUIRadioButton
- SDBUISpinEdit
- SDBUITrackBar
- SDBUITranspPanel
- SDBUITreeList
- SDBUITreeListItem
- SDBWebSearch
CoClass SDBPlaylist
Object represents a playlist and allows its manipulations including adding or removing tracks and querying child playlists. Playlists are stored in a tree structure. Root playlist can be retrieved using SDB.PlaylistByID method.
ISDBPlaylist members
Name | Type | Description |
---|---|---|
AddTrack | Method | |
InsertTrack | Method | |
AddTrackById | Method | |
AddTracks | Method | |
InsertTracks | Method | |
ChildPlaylists | Property Get | |
Clear | Method | |
CreateChildPlaylist | Method | |
Delete | Method | |
ID | Property Get | |
isAutoplaylist | Property Get | |
MoveTrack | Method | |
RemoveTrack | Method | |
RemoveTrackNoConfirmation | Method | From 4.0 |
Title | Property Get/Let | |
Tracks | Property Get | |
LastModified | Property Get | From 4.1 |