Uses of Interface
uk.co.caprica.vlcj.binding.internal.libvlc_display_callback_t
-
Packages that use libvlc_display_callback_t Package Description uk.co.caprica.vlcj.binding Provides the JNA bindings, and related classes, to use the libvlc native library. -
-
Uses of libvlc_display_callback_t in uk.co.caprica.vlcj.binding
Methods in uk.co.caprica.vlcj.binding with parameters of type libvlc_display_callback_t Modifier and Type Method Description voidLibVlc. libvlc_video_set_callbacks(libvlc_media_player_t mp, libvlc_lock_callback_t lock, libvlc_unlock_callback_t unlock, libvlc_display_callback_t display, com.sun.jna.Pointer opaque)Set callbacks and private data to render decoded video to a custom area in memory.
-