Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Lowercase}}
 
{{Lowercase}}
 
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.
 +
 +
LibVLC is already used by several applications, see [[LibVLC_Users|who uses LibVLC?]]
  
 
== Documentation ==
 
== Documentation ==
Line 11: Line 13:
 
* [[LibVLC_Memory_Management| LibVLC Memory Management]] explained: covers the basics on the _new(), _retain(), _release().
 
* [[LibVLC_Memory_Management| LibVLC Memory Management]] explained: covers the basics on the _new(), _retain(), _release().
 
* [[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]]
  
 
== Examples ==
 
== Examples ==
Line 35: Line 38:
 
* Java: VLCJ,
 
* Java: VLCJ,
 
* Pascal/Delphi,
 
* Pascal/Delphi,
* several unofficial .NET bindings and ActiveX.
+
* .Net / CIL,
 
+
* ActiveX via the built-in VLC browser plugin for MSIE.
== Related ==
 
* [[LibVLC_Users|Who uses LibVLC?]]
 
* [[GenerateLibFromDll|Generate a .lib for using libVLC on Windows]]
 

Revision as of 13:51, 11 July 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

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:

Examples

Playback

Rendering

Language bindings

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