Uses of Class
uk.co.caprica.vlcj.binding.internal.libvlc_event_e
-
Packages that use libvlc_event_e Package Description uk.co.caprica.vlcj.binding.internal Internal JNA bindings for libvlc, bindings to native types and structures. -
-
Uses of libvlc_event_e in uk.co.caprica.vlcj.binding.internal
Methods in uk.co.caprica.vlcj.binding.internal that return libvlc_event_e Modifier and Type Method Description static libvlc_event_elibvlc_event_e. event(int intValue)static libvlc_event_elibvlc_event_e. valueOf(String name)Returns the enum constant of this type with the specified name.static libvlc_event_e[]libvlc_event_e. values()Returns an array containing the constants of this enum type, in the order they are declared.
-