Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Link the Mac OS X Framework)
Line 9: Line 9:
 
== Documentation ==
 
== Documentation ==
 
* The documentation on the external API is here: [[ExternalAPI]]
 
* The documentation on the external API is here: [[ExternalAPI]]
 
 
This applies to current trunk version:
 
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| 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().

Revision as of 12:42, 25 September 2007

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

Tutorials

Here are three different tutorials on libVLC:

Documentation

  • The documentation on the external API is here: ExternalAPI

This applies to current trunk version: