Uses of Interface
uk.co.caprica.vlcj.binding.internal.libvlc_log_cb
-
Packages that use libvlc_log_cb Package Description uk.co.caprica.vlcj.binding Provides the JNA bindings, and related classes, to use the libvlc native library. -
-
Uses of libvlc_log_cb in uk.co.caprica.vlcj.binding
Methods in uk.co.caprica.vlcj.binding with parameters of type libvlc_log_cb Modifier and Type Method Description voidLibVlc. libvlc_log_set(libvlc_instance_t p_instance, libvlc_log_cb cb, com.sun.jna.Pointer data)Sets the logging callback for a LibVLC instance.
-