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