Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
You can embed libVLC into your application to gain audio/video playing features.
 
You can embed libVLC into your application to gain audio/video playing features.
  
Here are the different tutorial on libVLC you can found here:
+
Here are three different tutorials on libVLC:
 
* [[LibVLC_Visual_C++| Visual C++ Tutorial]] '' (uses "old" legacy API) ''
 
* [[LibVLC_Visual_C++| Visual C++ Tutorial]] '' (uses "old" legacy API) ''
 
* [[LibVLC_Tutorial_086c| Tutorial for version 0.8.6c]]
 
* [[LibVLC_Tutorial_086c| Tutorial for version 0.8.6c]]
 
* [[LibVLC_Tutorial|Tutorial for trunk version]]
 
* [[LibVLC_Tutorial|Tutorial for trunk version]]
 +
 +
The documentation on the external API is here: [[ExternalAPI]]

Revision as of 18:00, 20 August 2007

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

Here are three different tutorials on libVLC:

The documentation on the external API is here: ExternalAPI