Difference between revisions of "LibVLC"
Jump to navigation
Jump to search
Pdherbemont (talk | contribs) m (Link the Mac OS X Framework) |
Pdherbemont (talk | contribs) (LibVLC_Media_List_Management) |
||
Line 12: | Line 12: | ||
* On Mac OS X there you can use libvlc through some Objective-C class using the [[Mac OS X Framework]]. | * On Mac OS X there you can use libvlc through some Objective-C class using the [[Mac OS X Framework]]. | ||
* [[LibVLC_Memory_Management| LibVLC Memory Management]] explained. It covers the basics on the _new(), _retain(), _release(). | * [[LibVLC_Memory_Management| LibVLC Memory Management]] explained. It covers the basics on the _new(), _retain(), _release(). | ||
+ | * [[LibVLC_Media_List_Management| LibVLC Media List Management]] explained. It covers the basics on how to set up a list of media or a playlist. |
Revision as of 14:57, 21 November 2007
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().
- LibVLC Media List Management explained. It covers the basics on how to set up a list of media or a playlist.