Skip to content
libvlc_documentation.md 989 B
Newer Older
# LibVLC Documentation

[Back](home.md)

- [LibVLC on NuGet](#libvlc-on-nuget)
- [LibVLC versions and differences](#libvlc-versioning)

LibVLCSharp is based on LibVLC, so most of the LibVLC API documentation is very relevant to your experience using LibVLCSharp.

You can find it here [LibVLC Doc](https://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html). It currently tracks VLC master (4.0). The search box at the top right allows you to search for LibVLC C API functions and get doc on it. You can also check out documentation from the LibVLC header files directly from the [VLC source code](https://code.videolan.org/videolan/vlc/tree/master/include/vlc).

## LibVLC on NuGet

LibVLC is being distributed on NuGet from the [VideoLAN account](https://www.nuget.org/profiles/videolan).

The packaging files and more packages details can be found at https://code.videolan.org/videolan/libvlc-nuget

## LibVLC Versioning
Check out our [versioning docs](versioning.md).