[vlc-devel] libvlc internal state change events ?
Francois Cartegnie
fcvlcdev at free.fr
Mon Dec 27 16:58:58 CET 2010
Hi,
Is there any way to get asynchronous notifications of internal states change
in libvlc ? ( when a module is added/activated or removed )
This kind of event is not in the events list and the event_manager_t only
exists on those objects:
libvlc_vlm_t
libvlc_media_t
libvlc_media_list_t
The documentation suggests creating a custom vlc_object_t for adding event
management elsewhere.
Is there any other way to detect a module activation than requiring an event
to be fired (*) by core ? (thus not requiring adding a manager at core level)
Francois
(*) at module_start()
More information about the vlc-devel
mailing list