Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Reverted edits by SANBRUNOK (Talk); changed back to last version by Basos)
(adding doxygen documentation)
Line 22: Line 22:
 
* [[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.
 
* [[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.
 +
* [https://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html  libvlc doxygen documentation]. Generated documentation from source code

Revision as of 07:39, 28 April 2009

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

Tutorials

Here are three different tutorials on libVLC:

Sample Code

Bindings

Documentation

  • The documentation on the external API is here: ExternalAPI

This applies to current trunk version: