Page 1 of 1

How to use libvlc in the picture box?

Posted: 12 Aug 2007 12:58
by cwk
Hi,all:
I want to use libvlc in the picture box? But the libvlc APIs seems to don't include any function about output the video window. Anyone has experience of doing this work? Plz give me some advices!!Thank you very much!!!

cwk

Re: How to use libvlc in the picture box?

Posted: 13 Aug 2007 10:00
by dcondevigo
I think that you're looking for the libvlc_video_set_parent function, you can see the definition here:

http://www.videolan.org/developers/vlc/ ... acf093f066

You only have to provide the Window pointer, and vlc draws the output there.