Difference between revisions of "VLCPlaylistMode"
Jump to navigation
Jump to search
(creation, with enum data.) |
m (Accessibility) |
||
(2 intermediate revisions by 2 users 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 25: | Line 25: | ||
|8 | |8 | ||
|} | |} | ||
+ | |||
+ | |||
+ | [[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 |