Expose input_thread_t and var_SetVoid from libvlc.dll
Posted: 28 Jul 2009 17:20
I'm sure there are several items that would be exposed if input_thread_t and SetVoid were exposed however in order to use libvlc.dll and step frame by frame these need to be exposed.
Thanks,
ed
Code: Select all
input_thread_t *p_input = THEMIM->getInput();
if( p_input )
var_SetVoid( p_input, "frame-next" );
Thanks,
ed