Uses of Class
uk.co.caprica.vlcj.binding.internal.libvlc_log_t
Packages that use libvlc_log_t
Package
Description
Internal JNA bindings for libvlc, bindings to native types and structures.
-
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_tModifier and TypeMethodDescriptionvoidlibvlc_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. -
Uses of libvlc_log_t in uk.co.caprica.vlcj.binding.lib
Methods in uk.co.caprica.vlcj.binding.lib with parameters of type libvlc_log_tModifier and TypeMethodDescriptionstatic 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.static 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.