forked from Perlmint/go-vlc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
executable file
·27 lines (19 loc) · 987 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
================================================================================
go-vlc
================================================================================
This package wraps the libVLC Api for use in your Go programs.
The bindings are written for libVLC 1.1.9
Event callbacks are fully functional.
================================================================================
TODO
================================================================================
- Needs more thorough testing.
================================================================================
DEPENDENCIES
================================================================================
libvlc: http://videolan.org
================================================================================
USAGE
================================================================================
The examples folder contains an example program demonstrating the use
of this library.