Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
m (added link to documentation to plugin developement on Mozilla)
Line 36: Line 36:
 
* [[Stream_to_memory_(smem)_tutorial| Stream into a memory zone]]
 
* [[Stream_to_memory_(smem)_tutorial| Stream into a memory zone]]
 
* [[IceVLCPlayer|VCL component for Delphi]] (out-of-date)
 
* [[IceVLCPlayer|VCL component for Delphi]] (out-of-date)
 +
 +
=== Other ====
 +
* [http://git.videolan.org/?p=vlc.git;a=tree;f=doc/libvlc;hb=HEAD Sample code from VLC source code in vlc/doc/libvlc]
  
 
== Language bindings ==
 
== Language bindings ==

Revision as of 00:36, 13 November 2011

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

Other =

Language bindings

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