Page 1 of 1

Expose input_thread_t and var_SetVoid from libvlc.dll

Posted: 28 Jul 2009 17:20
by ekennedy
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.

Code: Select all

input_thread_t *p_input = THEMIM->getInput(); if( p_input ) var_SetVoid( p_input, "frame-next" );

Thanks,

ed

Re: Expose input_thread_t and var_SetVoid from libvlc.dll

Posted: 28 Jul 2009 21:33
by Jean-Baptiste Kempf
Please, ask this on trac.videolan.org/vlc

Re: Expose input_thread_t and var_SetVoid from libvlc.dll

Posted: 30 Jul 2009 04:09
by ekennedy
Not like making it easy!! :D