Page 1 of 1

VLM libvlc_vlm_get_event_manager() not defined in libvlc

Posted: 26 Nov 2009 05:42
by lav.agrawal
Hi,
I want to use VLM in my .Net project and I was trying to define VLM event callbacks, and I am using VLC 1.0.3 release but I found there is no libvlc_vlm_get_event_manager() method defined in libvlc.dll. Can anybody help me to define VLM callbacks with c# .Net project.

Actually libvlc_vlm_get_event_manager() method is shown on VLM documentation but it is not implemented in libvlc. Can anybody help me out from this problem.

Thanks
Regards
Lav Agrawal

Re: VLM libvlc_vlm_get_event_manager() not defined in libvlc

Posted: 07 Jan 2010 09:23
by Fleurette_51
Hi,

I have the same issue ... I m using libvlc in my java application (mediacenter) and i need to get back vlm events.
Actually i just need to know when the media is loaded to call libvlc_vlm_get_media_instance_length, cause if media is not loaded when i call it i get 0 (Today i try it each half second and waiting it to return somethingelse :?)

Please VLCteam could we have more information about libvlc_vlm_get_event_manager() : will it be defined soon ? Is there an other way to get this events ?

thx all !!
(best regards to all the VLC team : u do a great jobs :shock: )