Difference between revisions of "LibVLC"
Jump to navigation
Jump to search
Pdherbemont (talk | contribs) |
|||
Line 41: | Line 41: | ||
== Language bindings == | == Language bindings == | ||
− | |||
LibVLC is a C library. It has bindings to the following other languages and frameworks: | LibVLC is a C library. It has bindings to the following other languages and frameworks: | ||
* [http://github.com/jteeuwen/go-pkg-libvlc GO binding] | * [http://github.com/jteeuwen/go-pkg-libvlc GO binding] | ||
Line 47: | Line 46: | ||
* [[PythonBinding|Python]] | * [[PythonBinding|Python]] | ||
* Phonon (Qt4/KDE) in C++ | * Phonon (Qt4/KDE) in C++ | ||
+ | * [[Using libvlc with Delphi]] | ||
* [http://vlc-qt.sourceforge.net Qt binding] | * [http://vlc-qt.sourceforge.net Qt binding] | ||
* [[wxVLCBackend|wxWidgets MediaCtrl backend]] also in C++ | * [[wxVLCBackend|wxWidgets MediaCtrl backend]] also in C++ | ||
Line 54: | Line 54: | ||
* .Net / CIL | * .Net / CIL | ||
* [[ActiveX]] with the built-in VLC browser plugin for MSIE | * [[ActiveX]] with the built-in VLC browser plugin for MSIE | ||
+ | |||
+ | [[Category:LibVLC]] |
Revision as of 22:39, 27 January 2012
You can embed libVLC into your application to gain audio/video playing features.
LibVLC is already used by several applications, see who uses LibVLC?
Contents
Documentation
General 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.
- Generate a .lib for using libVLC on Windows
Third-party documentation
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
- Use LibVLC in an SDL application
- Generate thumbnails using LibVLC (out-of-date)
- Use LibVLC in an Qt application (out-of-date)
- Stream into a memory zone
- VCL component for Delphi (out-of-date)
Other
Language bindings
LibVLC is a C library. It has bindings to the following other languages and frameworks:
- GO binding
- C++
- Python
- Phonon (Qt4/KDE) in C++
- Using libvlc with Delphi
- Qt binding
- wxWidgets MediaCtrl backend also in C++
- Objective C: see Mac OS X Framework
- Java binding
- Pascal/Delphi
- .Net / CIL
- ActiveX with the built-in VLC browser plugin for MSIE