Search found 1 match

Go to advanced search

by dav1d
30 Oct 2014 19:52
Forum: Development around libVLC
Topic: libvlc_audio_set_volume_callback / Python
Replies: 1
Views: 571

libvlc_audio_set_volume_callback / Python

I am currently trying to get a callback whenever the Volume changes, after digging through the binding file and documentation I found `libvlc_audio_set_volume_callback`. Now the question is how does it work? Excerpt from the code: @vlc.CallbackDecorators.AudioSetVolumeCb def test(volume, mute): prin...

Go to advanced search