AXVLC, COM interface constants for VB.Net / VBScript

AXVLC - interface constants

     This page contains simple VBA include for the AXVLC COM library.

library parameters

File NameProgram Files\VideoLAN\VLC\axvlc.dll
Guid{DF2BBE39-40A8-433B-A279-073F48DA94B6}
Enums3

VLCPlaylistMode

enum, 7 members.
Public Enum VLCPlaylistMode
  VLCPlayListInsert = 1  '&H1
  VLCPlayListInsertAndGo = 9  '&H9
  VLCPlayListReplace = 2  '&H2
  VLCPlayListReplaceAndGo = 10  '&HA
  VLCPlayListAppend = 4  '&H4
  VLCPlayListAppendAndGo = 12  '&HC
  VLCPlayListCheckInsert = 16  '&H10
End Enum

eVLCPlaylistMode

alias, 7 members.
Public Enum eVLCPlaylistMode
  VLCPlayListInsert = 1  '&H1
  VLCPlayListInsertAndGo = 9  '&H9
  VLCPlayListReplace = 2  '&H2
  VLCPlayListReplaceAndGo = 10  '&HA
  VLCPlayListAppend = 4  '&H4
  VLCPlayListAppendAndGo = 12  '&HC
  VLCPlayListCheckInsert = 16  '&H10
End Enum

VLCPlaylistMode

enum, 7 members.
Public Enum VLCPlaylistMode
  VLCPlayListInsert = 1  '&H1
  VLCPlayListInsertAndGo = 9  '&H9
  VLCPlayListReplace = 2  '&H2
  VLCPlayListReplaceAndGo = 10  '&HA
  VLCPlayListAppend = 4  '&H4
  VLCPlayListAppendAndGo = 12  '&HC
  VLCPlayListCheckInsert = 16  '&H10
End Enum
WUtils.com