Uses of Interface
uk.co.caprica.vlcj.binding.internal.libvlc_video_cleanup_cb
-
Packages that use libvlc_video_cleanup_cb Package Description uk.co.caprica.vlcj.binding Provides the JNA bindings, and related classes, to use the libvlc native library. -
-
Uses of libvlc_video_cleanup_cb in uk.co.caprica.vlcj.binding
Methods in uk.co.caprica.vlcj.binding with parameters of type libvlc_video_cleanup_cb Modifier and Type Method Description voidLibVlc. libvlc_video_set_format_callbacks(libvlc_media_player_t mp, libvlc_video_format_cb setup, libvlc_video_cleanup_cb cleanup)Set decoded video chroma and dimensions.
-