LibVLC
Revision as of 12:42, 25 September 2007 by Pdherbemont (talk | contribs) (Link the Mac OS X Framework)
You can embed libVLC into your application to gain audio/video playing features.
Tutorials
Here are three different tutorials on libVLC:
- Visual C++ Tutorial (uses "old" legacy API)
- Tutorial for version 0.8.6c
- Tutorial for trunk version
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.
- LibVLC Memory Management explained. It covers the basics on the _new(), _retain(), _release().