Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 43: Line 43:
 
* [[PythonBinding|Python]]
 
* [[PythonBinding|Python]]
 
* [http://phonon.kde.org/ Phonon (Qt/KDE) in C++]]
 
* [http://phonon.kde.org/ Phonon (Qt/KDE) in C++]]
 +
* [https://github.com/caprica/vlcj VLCj Java binding]
 
* [http://github.com/jteeuwen/go-vlc GO]
 
* [http://github.com/jteeuwen/go-vlc GO]
* [[Using libvlc with Delphi]]
 
 
* [http://projects.tano.si/vlc-qt Qt bindings - VLC-Qt]
 
* [http://projects.tano.si/vlc-qt Qt bindings - VLC-Qt]
 
* [[wxVLCBackend|wxWidgets MediaCtrl backend]] also in C++
 
* [[wxVLCBackend|wxWidgets MediaCtrl backend]] also in C++
* [https://github.com/caprica/vlcj VLCj Java binding]
+
 
 +
* [[Using libvlc with Delphi]]
 
* [http://sourceforge.net/projects/paslibvlc/ Pascal/Delphi]
 
* [http://sourceforge.net/projects/paslibvlc/ Pascal/Delphi]
 
* .Net / CIL
 
* .Net / CIL

Revision as of 11:34, 7 November 2013

You can embed libVLC (VLC SDK) media framework into your application to get multimedias capabilities.

libVLC is already used by several applications, see who uses libVLC?

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:

Examples

Playback

Rendering and streaming

Outdated samples

Language & platforms bindings

LibVLC is a C library. It has bindings to the following other languages and frameworks: