Package | Description |
---|---|
uk.co.caprica.vlcj.binding |
Provides the JNA bindings, and related classes, to use the libvlc native
library.
|
Modifier and Type | Method and Description |
---|---|
int |
LibVlc.libvlc_event_attach(libvlc_event_manager_t p_event_manager,
int i_event_type,
libvlc_callback_t f_callback,
com.sun.jna.Pointer user_data)
Register for an event notification.
|
void |
LibVlc.libvlc_event_detach(libvlc_event_manager_t p_event_manager,
int i_event_type,
libvlc_callback_t f_callback,
com.sun.jna.Pointer p_user_data)
Unregister an event notification.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.