Difference between revisions of "VLCPlaylistMode"
Jump to navigation
Jump to search
(creation, with enum data.) |
|||
Line 25: | Line 25: | ||
|8 | |8 | ||
|} | |} | ||
+ | |||
+ | |||
+ | [[Category:Playlists]] |
Revision as of 13:34, 3 June 2006
VLCPlaylistMode is an enum within the ActiveX control. It contains the following data:
Datum Name | Datum Value |
VLCPlayListAppend | 4 |
VLCPlayListAppendAndGo | 12 |
VLCPlayListCheckInsert | 16 |
VLCPlayListInsert | 1 |
VLCPlayListInsertAndGo | 9 |
VLCPlayListReplace | 2 |
VLCPlayListReplaceAndGo | 8 |