Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 24: Line 24:
  
 
=== Playback ===
 
=== Playback ===
* [[LibVLC_Tutorial|Current version (1.1.x)]]
+
* [[LibVLC_Tutorial|Current version (1.1.x and later)]]
 
* [[LibVLC_Tutorial_0.9|Versions 0.9.x and 1.0.x]]
 
* [[LibVLC_Tutorial_0.9|Versions 0.9.x and 1.0.x]]
 
* [[LibVLC_Tutorial_086c|Version 0.8.6]]
 
* [[LibVLC_Tutorial_086c|Version 0.8.6]]

Revision as of 11:15, 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: