Uses of Class
uk.co.caprica.vlcj.binding.internal.libvlc_dialog_cbs
-
Packages that use libvlc_dialog_cbs Package Description uk.co.caprica.vlcj.binding Provides the JNA bindings, and related classes, to use the libvlc native library. -
-
Uses of libvlc_dialog_cbs in uk.co.caprica.vlcj.binding
Methods in uk.co.caprica.vlcj.binding with parameters of type libvlc_dialog_cbs Modifier and Type Method Description voidLibVlc. libvlc_dialog_set_callbacks(libvlc_instance_t p_instance, libvlc_dialog_cbs p_cbs, com.sun.jna.Pointer p_data)Register callbacks in order to handle VLC dialogs.
-