Skip to content

libvlc.VLCPlayer.AddInterface

Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

libvlc.VLCPlayer.AddInterface

Method signature

 Function AddInterface(InterfaceName As String) As Boolean

Remarks

Adds an interface to the instance.

Interface name Comment
qt Current (>=0.9.0) default Qt4 interface on Linux and Windows.
wx Previous (<0.9.0) default wxWidgets interface on Linux and Windows.
skins2 Load VLC with a skin. (Linux and Windows only)
macosx Default Mac OS X interface.
minimal_macosx Minimal Mac OS X interface.
beos Default BeOS interface.
http Web Interface, used for controlling VLC from over a network.
gestures Mouse Gestures, where you can control VLC by moving the mouse
rc, ncurses, telnet Console Interfaces, non-graphical interfaces.
showintf Show interfaces module.
hotkeys and joystick Control VLC with the keyboard/joystick (see HotKeys).
dummy Don't use an interface (HotKeys still available).
Clone this wiki locally