Difference between revisions of "VLCPlaylistMode"
Jump to navigation
Jump to search
m (Accessibility) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
'''VLCPlaylistMode''' is an enum within the [[ActiveX|ActiveX control]]. It contains the following data: | '''VLCPlaylistMode''' is an enum within the [[ActiveX|ActiveX control]]. It contains the following data: | ||
{| | {| | ||
− | |'''''Datum Name''''' | + | ! scope="col" |'''''Datum Name''''' |
− | |'''''Datum Value''''' | + | ! scope="col" |'''''Datum Value''''' |
|- | |- | ||
|VLCPlayListAppend | |VLCPlayListAppend | ||
Line 27: | Line 27: | ||
− | [[Category: | + | [[Category:Playlist]] |
Latest revision as of 04:44, 1 February 2019
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 |