Package | Description |
---|---|
uk.co.caprica.vlcj.binding.internal |
Internal JNA bindings for libvlc, bindings to native types and structures.
|
uk.co.caprica.vlcj.log |
Native vlc log component.
|
Modifier and Type | Method and Description |
---|---|
static libvlc_log_level_e |
libvlc_log_level_e.level(int intValue) |
static libvlc_log_level_e |
libvlc_log_level_e.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libvlc_log_level_e[] |
libvlc_log_level_e.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
libvlc_log_level_e |
NativeLog.getLevel()
Get the log threshold level.
|
Modifier and Type | Method and Description |
---|---|
void |
LogEventListener.log(libvlc_log_level_e level,
String module,
String file,
Integer line,
String name,
String header,
Integer id,
String message)
Process a native log message.
|
void |
NativeLog.setLevel(libvlc_log_level_e logLevel)
Set the log threshold level.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.