Page 1 of 1

how to use libvlc_video_set_track QTCreator

Posted: 16 Mar 2010 09:51
by coder_gate
i want use libvlc_video_set_track on QTcreator

Re: how to use libvlc_video_set_track QTCreator

Posted: 16 Mar 2010 10:46
by coder_gate
why when i use code

Code: Select all

libvlc_exception_t _except; libvlc_exception_init (&_except); /* init vlc modules, should be done only once */ libvlc_video_set_track(_mp,2,&_except); raise(&_except);
then my program dont run

Re: how to use libvlc_video_set_track QTCreator

Posted: 18 Mar 2010 13:36
by Jo2003
What do you want to do exactly? Where you get the problem? Is this the only code you are using?

Best regards,
Jo2003