Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
* [[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 version 0.9.x]]
  
 
== Sample Code ==
 
== Sample Code ==

Revision as of 00:23, 29 October 2008

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

Tutorials

Here are three different tutorials on libVLC:

Sample Code

Documentation

  • The documentation on the external API is here: ExternalAPI

This applies to current trunk version:

  • On Mac OS X there you can use libvlc through some Objective-C class using the Mac OS X Framework.
  • Currently it exists Java, Python and .NET bindings around LibVLC.
  • LibVLC Memory Management explained. It covers the basics on the _new(), _retain(), _release().
  • LibVLC Media List Management explained. It covers the basics on how to set up a list of media or a playlist.