public interface libvlc_log_cb
extends com.sun.jna.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
void log(com.sun.jna.Pointer data,
int level,
libvlc_log_t ctx,
String format,
com.sun.jna.Pointer args)
Log message handlers must be thread-safe.
data - data pointer as given to libvlc_log_set()level - message level libvlc_log_level_ectx - message context (meta-informations about the message)format - printf() format string (as defined by ISO C11)args - variable argument list for the formatCopyright © 2009–2015 Caprica Software Limited. All rights reserved.