Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
m (→‎Rendering: added IceVLCPlayer link)
m (added link to documentation to plugin developement on Mozilla)
Line 5: Line 5:
  
 
== Documentation ==
 
== Documentation ==
 +
 +
===General documentation===
 +
 
Please refer to the [http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html Doxygen documentation],
 
Please refer to the [http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html Doxygen documentation],
 
which is the reference documentation.
 
which is the reference documentation.
Line 14: Line 17:
 
* [[LibVLC_Media_List_Management| LibVLC Media List Management]] explained: covers the basics on settubg up a playlist.
 
* [[LibVLC_Media_List_Management| LibVLC Media List Management]] explained: covers the basics on settubg up a playlist.
 
* [[GenerateLibFromDll|Generate a .lib for using libVLC on Windows]]
 
* [[GenerateLibFromDll|Generate a .lib for using libVLC on Windows]]
 +
 +
===Third-party documentation===
 +
 +
* [[Plugins/Mozilla|Plugins in Mozilla]]
  
 
== Examples ==
 
== Examples ==

Revision as of 19:04, 23 November 2010

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

LibVLC is already used by several applications, see who uses LibVLC?

Documentation

General documentation

Please refer to the Doxygen documentation, which is the reference documentation. Make sure that the documentation matches your LibVLC version (if not, you can build it from the source code).

Some further topics are covered here:

Third-party documentation

Examples

Playback

Rendering

Language bindings

LibVLC is a C library. It has bindings to the following other languages and frameworks: