Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 22: Line 22:
 
=== Rendering ===
 
=== Rendering ===
 
* [[LibVLC_SampleCode_SDL|Use LibVLC in an SDL application]]
 
* [[LibVLC_SampleCode_SDL|Use LibVLC in an SDL application]]
* [[LibVLC_SampleCode_Thumbnailer|Generate thumbnails using LibVLC]]
+
* [[LibVLC_SampleCode_Thumbnailer|Generate thumbnails using LibVLC]] (out-of-date)
* [[LibVLC_SampleCode_Qt|Use LibVLC in an Qt application]]
+
* [[LibVLC_SampleCode_Qt|Use LibVLC in an Qt application]] (out-of-date)
  
 
== Language bindings ==
 
== Language bindings ==

Revision as of 13:49, 11 July 2010

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

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:

Related