Uses of Interface
uk.co.caprica.vlcj.binding.internal.libvlc_callback_t
Packages that use libvlc_callback_t
-
Uses of libvlc_callback_t in uk.co.caprica.vlcj.binding.lib
Methods in uk.co.caprica.vlcj.binding.lib with parameters of type libvlc_callback_tModifier and TypeMethodDescriptionstatic intLibVlc.libvlc_event_attach(libvlc_event_manager_t p_event_manager, int i_event_type, libvlc_callback_t f_callback, com.sun.jna.Pointer user_data) Register for an event notification.static voidLibVlc.libvlc_event_detach(libvlc_event_manager_t p_event_manager, int i_event_type, libvlc_callback_t f_callback, com.sun.jna.Pointer p_user_data) Unregister an event notification.