Romain Roffé
55e2d7ad3a
Bind libvlc_media_player_set_android_context()
2022-09-29 20:13:20 +02:00
Romain Roffé
34bd7b2988
Use bindgen
...
binding.rs generation with bindgen is optional.
By default, a pre-generated binding.rs is copied in OUT_DIR. This allows
for example to build on Windows and link against a standard VLC
installation.
Feature "use-bindgen" will trigger binding generation.
2022-02-25 16:05:10 +01:00
Raniz
ab7c27e8cb
Merge branch 'master' into vlm-broadcast
2019-11-25 11:43:53 +01:00
Alexandre Janniaux
56fc69eb3e
media_player: fix whitespace
2019-11-15 18:43:24 +01:00
Alexandre Janniaux
23a16997af
media_player: fix crate path
2019-11-15 18:43:24 +01:00
Alexandre Janniaux
092377878c
media_player: fix missing dyn
2019-11-15 18:43:24 +01:00
Aron Heinecke
7238e34869
Implement Send to allow for shared state
...
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
2018-11-25 04:27:36 +01:00
T. Okubo
faf6fa7323
Make pointer fields private and add raw() method
2018-06-04 21:52:17 +09:00
T. Okubo
3d029b0c37
Rename ffi module to sys
2018-02-27 22:52:21 +09:00
T. Okubo
48d22b29f7
Add get_track_description
2015-12-19 11:23:20 +09:00
T. Okubo
3b08997e1f
Add several methods to MediaPlayer
2015-11-30 21:54:31 +09:00
T. Okubo
517d5bdb20
Add files
2015-11-29 10:29:43 +09:00