Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
== Tutorials ==
 
== Tutorials ==
Here are three different tutorials on libVLC:
+
* [[LibVLC_Tutorial|Current version (1.1.x)]]
* [[LibVLC_Visual_C++| Visual C++ Tutorial]] '' (uses "old" legacy API) ''
+
* [[LibVLC_Tutorial_0.9|Versions 0.9.x and 1.0.x]]
* [[LibVLC_Tutorial_086c| Tutorial for version 0.8.6c]]
+
* [[LibVLC_Tutorial_086c|Version 0.8.6]]
* [[LibVLC_Tutorial_0.9|Tutorial for version 0.9.x and 1.0]]
+
* [[LibVLC_Visual_C++|Visual C++]] '' (uses "old" legacy API) ''
* [[LibVLC_Tutorial|Tutorial for current version]]
 
  
 
== Related ==
 
== Related ==

Revision as of 13:03, 11 July 2010

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

Tutorials

Related

Sample Code

Bindings

Documentation