Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 31: Line 31:
  
 
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]
 
* C++
 
* C++
 
* [[PythonBinding|Python]]
 
* [[PythonBinding|Python]]

Revision as of 12:16, 2 September 2010

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

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

Language bindings

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