[vlc-devel] add event support for vlm
Pierre d'Herbemont
pdherbemont at free.fr
Thu Jun 12 17:56:20 CEST 2008
On Jun 12, 2008, at 11:08 AM, M&Ms M&Ms wrote:
>
>> Sure. You could probably directly to everything in control/vlm.c. But
>> you'll have to be more specific on the event you intend to send.
>
> actually I am stuck with this because there is no libvlc object in
> control/vlm.c so I can't set up a libvlc_event_manager_t.
True. What about creating one? We could have a libvlc_vlm_t and
libvlc_vlm_media_t.
> For instance I thought I could use vlm_t or vlm_media_t to put a
> libvlc_event_manager_t, but they don't know what it is.
No, you can't use vlm_t given that those are libvlccore types, so they
can't be exposed.
Pierre.
More information about the vlc-devel
mailing list