https://github.com/videolan/libvlcpp
C++ bindings for libVLC
https://github.com/videolan/libvlcpp
cplusplus libvlc libvlcpp multimedia vlc
Last synced: 8 months ago
JSON representation
C++ bindings for libVLC
- Host: GitHub
- URL: https://github.com/videolan/libvlcpp
- Owner: videolan
- License: lgpl-2.1
- Created: 2018-06-06T09:33:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T09:31:54.000Z (over 2 years ago)
- Last Synced: 2024-04-24T06:28:52.773Z (about 2 years ago)
- Topics: cplusplus, libvlc, libvlcpp, multimedia, vlc
- Language: C++
- Size: 492 KB
- Stars: 110
- Watchers: 11
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# libvlcpp
[](https://discord.gg/3h3K3JF)
[libvlcpp](https://code.videolan.org/videolan/libvlcpp) is a header-only, C++ bindings for the libvlc crossplatform multimedia API. It is an official binding over the VideoLAN libvlc library and can be used on many platforms.
## Documentation
Since libvlcpp is a close wrapper over libvlc, your documentation needs will be best served by either checking the libvlcpp source code, or the [libvlc documentation](https://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html).
## Issues
libvlcpp tickets are located on our [GitLab](https://code.videolan.org/videolan/libvlcpp/-/issues).
## Contribution
Contribution are always welcome!
Feel free to open a merge request on our [GitLab](https://code.videolan.org/videolan/libvlcpp/-/merge_requests).
## Examples
For usage examples, head over to the examples folder where you will find several code samples, such as [helloworld](examples/helloworld/main.cpp) and more.
## Used by
libvlcpp is being used and tested extensively in various projects, such as the VideoLAN [medialibrary](https://code.videolan.org/videolan/medialibrary), the previous [VLC for UWP](https://code.videolan.org/videolan/vlc-winrt) app and more.