Uses of Interface
uk.co.caprica.vlcj.binding.internal.libvlc_callback_t
-
Packages that use libvlc_callback_t Package Description uk.co.caprica.vlcj.binding Provides the JNA bindings, and related classes, to use the libvlc native library. -
-
Uses of libvlc_callback_t in uk.co.caprica.vlcj.binding
Methods in uk.co.caprica.vlcj.binding with parameters of type libvlc_callback_t Modifier and Type Method Description 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.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.
-