Integration of libvlc within an Wxwidgets application
Posted: 05 Apr 2007 10:40
Hi all,
I was looking over the web and I found a nice tutorial to integrate Vlc to an Qt apps. http://doc.qtfr.org/post/2007/02/21/Integration-de-VLC
I was wondering if anybody as already done it with an Wxwidget apps devel?
I am using libvlc to integrate the player inside my wxwidget application. I have created an vlcInstance an now I'd like to attache it to my panel using
Does anyone know if libvlc_drawable_t is compatible with a wxPanel?
Does anyone already tryed this implementation?
Thanks in advance for your answer
Eric
I was looking over the web and I found a nice tutorial to integrate Vlc to an Qt apps. http://doc.qtfr.org/post/2007/02/21/Integration-de-VLC
I was wondering if anybody as already done it with an Wxwidget apps devel?
I am using libvlc to integrate the player inside my wxwidget application. I have created an vlcInstance an now I'd like to attache it to my panel using
Code: Select all
libvlc_video_set_parent(_vlcinstance ,mywxPanel,&_vlcexcep);
Does anyone already tryed this implementation?
Thanks in advance for your answer
Eric