I need to send keypresses from my application window to
libvlc, how do i do that? I tried using varSetInteger but then i got the following error
error: ‘var_SetInteger’ was not declared in this scope
so i searched for the file in which var_SetInteger was defined and found that it was defined in vlc_variables.h so in
…