Seems like libvlc is going heavy changes.... FOR the thing you are asking
Code: Select all
/**
* Embedding support: Set/change the default parent drawable for video outputs
* \param p_instance libvlc instance
* \param drawable the new parent window (Drawable on X11, CGrafPort on MacOSX, HWND on Win32)
* \param p_exception an initialized exception
*/
void libvlc_video_set_parent( libvlc_instance_t *, libvlc_drawable_t, libvlc_exception_t * );
(libvlc.h is your only friend)
And 2 questions i have :
- I;m trying to get libvlc play something these days and i cant. it blows up a command window telling that "the command line options could not be loaded"...
Can you post the initialization commands you are using at your externat program?
- Also please post the way you imported the lib into the program. I used the RunTime dynamic loading capability (which has ALOT of redeclerations of library prototypes). Is there a way to link against a lib file to account for the dlib linking stuff?
thanks
basos