Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
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-vlc GO]
+
* Objective-C: see [[Mac OS X Framework]]
 
* C++
 
* C++
 
* [[PythonBinding|Python]]
 
* [[PythonBinding|Python]]
 
* Phonon (Qt4/KDE) in C++
 
* Phonon (Qt4/KDE) in C++
 +
* [http://github.com/jteeuwen/go-vlc GO]
 
* [[Using libvlc with Delphi]]
 
* [[Using libvlc with Delphi]]
 
* [http://projects.tano.si/en/library Qt bindings - VLC-Qt]
 
* [http://projects.tano.si/en/library Qt bindings - VLC-Qt]
 
* [[wxVLCBackend|wxWidgets MediaCtrl backend]] also in C++
 
* [[wxVLCBackend|wxWidgets MediaCtrl backend]] also in C++
* Objective C: see [[Mac OS X Framework]]
+
 
 
* [http://code.google.com/p/vlcj Java binding]
 
* [http://code.google.com/p/vlcj Java binding]
 
* [http://sourceforge.net/projects/paslibvlc/ Pascal/Delphi]
 
* [http://sourceforge.net/projects/paslibvlc/ Pascal/Delphi]

Revision as of 11:17, 7 November 2013

You can embed libVLC into your application to gain audio/video playing features.

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

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:

Third-party documentation

Examples

Playback

Rendering

Other

Language bindings

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