Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Add link to Delphi/Pascal project based on libvlc)
Line 38: Line 38:
 
* Objective C: see [[Mac OS X Framework]]
 
* Objective C: see [[Mac OS X Framework]]
 
* [http://code.google.com/p/vlcj Java binding]
 
* [http://code.google.com/p/vlcj Java binding]
* Pascal/Delphi
+
* [http://sourceforge.net/projects/paslibvlc/ Pascal/Delphi]
 
* .Net / CIL
 
* .Net / CIL
 
* [[ActiveX]] with the built-in VLC browser plugin for MSIE
 
* [[ActiveX]] with the built-in VLC browser plugin for MSIE

Revision as of 15:32, 9 September 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: