Uses of Class
uk.co.caprica.vlcj.binding.internal.libvlc_log_t
-
Packages that use libvlc_log_t Package Description uk.co.caprica.vlcj.binding Provides the JNA bindings, and related classes, to use the libvlc native library.uk.co.caprica.vlcj.binding.internal Internal JNA bindings for libvlc, bindings to native types and structures. -
-
Uses of libvlc_log_t in uk.co.caprica.vlcj.binding
Methods in uk.co.caprica.vlcj.binding with parameters of type libvlc_log_t Modifier and Type Method Description voidLibVlc. libvlc_log_get_context(libvlc_log_t ctx, com.sun.jna.ptr.PointerByReference module, com.sun.jna.ptr.PointerByReference file, com.sun.jna.ptr.IntByReference line)Gets debugging informations about a log message: the name of the VLC module emitting the message and the message location within the source code.voidLibVlc. libvlc_log_get_object(libvlc_log_t ctx, com.sun.jna.ptr.PointerByReference name, com.sun.jna.ptr.PointerByReference header, com.sun.jna.ptr.IntByReference id)Gets VLC object informations about a log message: the type name of the VLC object emitting the message, the object header if any and a temporaly-unique object identifier. -
Uses of libvlc_log_t in uk.co.caprica.vlcj.binding.internal
Methods in uk.co.caprica.vlcj.binding.internal with parameters of type libvlc_log_t Modifier and Type Method Description voidlibvlc_log_cb. log(com.sun.jna.Pointer data, int level, libvlc_log_t ctx, String format, com.sun.jna.Pointer args)Callback prototype for LibVLC log message handler.
-