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...