Uses of Class
uk.co.caprica.vlcj.binding.internal.libvlc_picture_t
-
Packages that use libvlc_picture_t Package Description uk.co.caprica.vlcj.binding Provides the JNA bindings, and related classes, to use the libvlc native library.uk.co.caprica.vlcj.binding.internal Internal JNA bindings for libvlc, bindings to native types and structures. -
-
Uses of libvlc_picture_t in uk.co.caprica.vlcj.binding
Methods in uk.co.caprica.vlcj.binding with parameters of type libvlc_picture_t Modifier and Type Method Description com.sun.jna.PointerLibVlc. libvlc_picture_get_buffer(libvlc_picture_t pic, size_tByReference size)Returns the image internal buffer, including potential padding.intLibVlc. libvlc_picture_get_height(libvlc_picture_t pic)Returns the height of the image in pixelsintLibVlc. libvlc_picture_get_stride(libvlc_picture_t pic)Returns the image stride, ie.longLibVlc. libvlc_picture_get_time(libvlc_picture_t pic)Returns the time at which this picture was generated, in millisecondsintLibVlc. libvlc_picture_get_width(libvlc_picture_t pic)Returns the width of the image in pixelsvoidLibVlc. libvlc_picture_release(libvlc_picture_t pic)Decrement the reference count of this picture.voidLibVlc. libvlc_picture_retain(libvlc_picture_t pic)Increment the reference count of this picture.intLibVlc. libvlc_picture_save(libvlc_picture_t pic, String path)Saves this picture to a file.intLibVlc. libvlc_picture_type(libvlc_picture_t pic)Returns the picture type -
Uses of libvlc_picture_t in uk.co.caprica.vlcj.binding.internal
Fields in uk.co.caprica.vlcj.binding.internal declared as libvlc_picture_t Modifier and Type Field Description libvlc_picture_tmedia_thumbnail_generated. p_thumbnail
-