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.
|
Modifier and Type | Method and Description |
---|---|
void |
LibVlc.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.
|
void |
LibVlc.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.
|
Modifier and Type | Method and Description |
---|---|
void |
libvlc_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.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.