Difference between revisions of "LibVLC"
Jump to navigation
Jump to search
Davidlallen (talk | contribs) |
Pdherbemont (talk | contribs) (LibVLC Memory Management link.) |
||
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. | ||
+ | == Tutorials == | ||
Here are three different tutorials on libVLC: | 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) '' | ||
Line 6: | Line 7: | ||
* [[LibVLC_Tutorial|Tutorial for trunk version]] | * [[LibVLC_Tutorial|Tutorial for trunk version]] | ||
− | The documentation on the external API is here: [[ExternalAPI]] | + | == Documentation == |
+ | * The documentation on the external API is here: [[ExternalAPI]] | ||
+ | |||
+ | This applies to current trunk version: | ||
+ | * [[LibVLC_Memory_Management| LibVLC Memory Management]] explained. It covers the basics on the _new(), _retain(), libvlc_*_release(). |
Revision as of 13:27, 23 August 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:
- LibVLC Memory Management explained. It covers the basics on the _new(), _retain(), libvlc_*_release().