MediaControlAPI
Jump to navigation
Jump to search
Description
The MediaControl API is the extended API to control VLC from external applications (extension of LibVLC).
The API is defined in "include/vlc/control.h" and implemented in "src/control".
The Doxygen documentation can be found at [1].
Current status
The API currently includes functions for the following things:
- Audio/Video
* Snapshot control * OSD display * Volume setting
- Playback
* Basic features (play/pause/stop) * Seeking * Basic playlist interaction * Stream information
Todo
- General cleanup of the functions to adapt to VLC coding style
- Add VLM control