Uses of Interface
uk.co.caprica.vlcj.binding.LibVlc
-
Packages that use LibVlc Package Description uk.co.caprica.vlcj.binding Provides the JNA bindings, and related classes, to use the libvlc native library. -
-
Uses of LibVlc in uk.co.caprica.vlcj.binding
Methods in uk.co.caprica.vlcj.binding with parameters of type LibVlc Modifier and Type Method Description static StringNativeString. copyAndFreeNativeString(LibVlc libvlc, com.sun.jna.Pointer pointer)Get a String from a native string pointer, freeing the native string pointer when done.
-