Search found 1 match

Go to advanced search

by anubhavrohatgi
22 Jan 2020 08:23
Forum: Development around libVLC
Topic: Access and Update Variables & structures used in plugin from outside the plugin
Replies: 0
Views: 146

Access and Update Variables & structures used in plugin from outside the plugin

I am building a vlc player with custom events and variables defined in VLC plugins: Best example of this is opencv_example.cpp which takes in VIDEO_FILTER_EVENT_VARIABLE and sends it using a var_TriggerCallback(). How I am supposed to get and update the value of this variable from an external method...

Go to advanced search