by the way, did anyone succeed in changing parameters of vout and aout in realtime : you know, to make something like this using libvlc.dll ? vout_thread_t *p_vout = (vout_thread_t *)vlc_object_find(p_intf, VLC_OBJECT_VOUT, FIND_ANYWHERE); if( p_vout == NULL ) { switch( event.GetId() ) { case Hue_Ev...
can somebody write a simple example of creating and placing on form vlc video window using libvlc.dll for msvc6 or delphi(vcl or winapi) ? i want to get rid of activex one day
i only have a very very crazy solution! please don't laugh :-) you need to create a control 1x1px and fill it with overlay color (so it will be transparent), then make a timer, that will put 1x1px control directly under the mouse cursor and handle all mouse events on your 1x1px control :-) it realy ...