Difference between revisions of "LibVLC"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
=== Playback === | === Playback === | ||
* [[LibVLC_Tutorial|Current version (1.1.x and later)]] | * [[LibVLC_Tutorial|Current version (1.1.x and later)]] | ||
− | * [ | + | * [http://git.videolan.org/?p=vlc.git;a=tree;f=doc/libvlc;hb=HEAD Sample code from VLC source code in vlc/doc/libvlc] |
− | |||
− | |||
=== Rendering === | === Rendering === | ||
Line 34: | Line 32: | ||
* [[LibVLC_SampleCode_Qt|Use LibVLC in an Qt application]] (out-of-date) | * [[LibVLC_SampleCode_Qt|Use LibVLC in an Qt application]] (out-of-date) | ||
* [[Stream_to_memory_(smem)_tutorial| Stream into a memory zone]] | * [[Stream_to_memory_(smem)_tutorial| Stream into a memory zone]] | ||
+ | |||
+ | === Outdated === | ||
+ | * [[LibVLC_Tutorial_0.9|Versions 0.9.x and 1.0.x]] | ||
+ | * [[LibVLC_Tutorial_086c|Version 0.8.6]] | ||
+ | * [[LibVLC_Visual_C|Visual C++]] '' (uses "old" legacy API) '' | ||
* [[IceVLCPlayer|VCL component for Delphi]] (out-of-date) | * [[IceVLCPlayer|VCL component for Delphi]] (out-of-date) | ||
− | |||
− | |||
− | |||
== Language & platforms bindings == | == Language & platforms bindings == |
Revision as of 11:19, 7 November 2013
You can embed libVLC into your application to gain audio/video playing features.
LibVLC is already used by several applications, see who uses LibVLC?
Contents
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:
- LibVLC Memory Management explained: covers the basics on the _new(), _retain(), _release().
- LibVLC Media List Management explained: covers the basics on settubg up a playlist.
- Generate a .lib for using libVLC on Windows
Third-party documentation
Examples
Playback
Rendering
- Use LibVLC in an SDL application
- Generate thumbnails using LibVLC (out-of-date)
- Use LibVLC in an Qt application (out-of-date)
- Stream into a memory zone
Outdated
- Versions 0.9.x and 1.0.x
- Version 0.8.6
- Visual C++ (uses "old" legacy API)
- VCL component for Delphi (out-of-date)
Language & platforms bindings
LibVLC is a C library. It has bindings to the following other languages and frameworks:
- Objective-C for iOS and Mac OS
- C++
- Python
- Phonon (Qt4/KDE) in C++
- GO
- Using libvlc with Delphi
- Qt bindings - VLC-Qt
- wxWidgets MediaCtrl backend also in C++
- Java binding
- Pascal/Delphi
- .Net / CIL
- ActiveX with the built-in VLC browser plugin for MSIE