libVLC
You can embed libVLC into your application to gain audio/video playing features.
Documentation
Please refer to the Doxygen documentation, which is the reference documentation. Make sure that the documentation matches your LibVLC version (if not, you can build it from the source code).
Some further topics are covered here:
- LibVLC Memory Management explained: covers the basics on the _new(), _retain(), _release().
- LibVLC Media List Management explained: covers the basics on settubg up a playlist.
Examples
Playback
- Current version (1.1.x)
- Versions 0.9.x and 1.0.x
- Version 0.8.6
- Visual C++ (uses "old" legacy API)
Rendering
Language bindings
LibVLC is a C library. It has bindings to the following other languages and frameworks:
- C++,
- Python,
- Phonon (Qt4/KDE) in C++,
- wxWidgets MediaCtrl backend also in C++,
- Objective C: see Mac OS X Framework,
- Java: VLCJ,
- Pascal/Delphi,
- several unofficial .NET bindings and ActiveX.