-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.VLCPlayer.AddInterface
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Function AddInterface(InterfaceName As String) As BooleanAdds 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). |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"