Difference between revisions of "LibVLC"
Jump to navigation
Jump to search
Davidlallen (talk | contribs) |
Davidlallen (talk | contribs) |
||
Line 1: | Line 1: | ||
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. | ||
− | Here are | + | Here are three different tutorials on libVLC: |
* [[LibVLC_Visual_C++| Visual C++ Tutorial]] '' (uses "old" legacy API) '' | * [[LibVLC_Visual_C++| Visual C++ Tutorial]] '' (uses "old" legacy API) '' | ||
* [[LibVLC_Tutorial_086c| Tutorial for version 0.8.6c]] | * [[LibVLC_Tutorial_086c| Tutorial for version 0.8.6c]] | ||
* [[LibVLC_Tutorial|Tutorial for trunk version]] | * [[LibVLC_Tutorial|Tutorial for trunk version]] | ||
+ | |||
+ | The documentation on the external API is here: [[ExternalAPI]] |
Revision as of 18:00, 20 August 2007
You can embed libVLC into your application to gain audio/video playing features.
Here are three different tutorials on libVLC:
- Visual C++ Tutorial (uses "old" legacy API)
- Tutorial for version 0.8.6c
- Tutorial for trunk version
The documentation on the external API is here: ExternalAPI