Uses of Class
uk.co.caprica.vlcj.binding.internal.libvlc_picture_t
Packages that use libvlc_picture_t
Package
Description
Internal JNA bindings for libvlc, bindings to native types and structures.
-
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 -
Uses of libvlc_picture_t in uk.co.caprica.vlcj.binding.lib
Methods in uk.co.caprica.vlcj.binding.lib with parameters of type libvlc_picture_tModifier and TypeMethodDescriptionstatic com.sun.jna.PointerLibVlc.libvlc_picture_get_buffer(libvlc_picture_t pic, size_tByReference size) Returns the image internal buffer, including potential padding.static intLibVlc.libvlc_picture_get_height(libvlc_picture_t pic) Returns the height of the image in pixelsstatic intLibVlc.libvlc_picture_get_stride(libvlc_picture_t pic) Returns the image stride, ie.static longLibVlc.libvlc_picture_get_time(libvlc_picture_t pic) Returns the time at which this picture was generated, in millisecondsstatic intLibVlc.libvlc_picture_get_width(libvlc_picture_t pic) Returns the width of the image in pixelsstatic voidLibVlc.libvlc_picture_release(libvlc_picture_t pic) Decrement the reference count of this picture.static voidLibVlc.libvlc_picture_retain(libvlc_picture_t pic) Increment the reference count of this picture.static intLibVlc.libvlc_picture_save(libvlc_picture_t pic, String path) Saves this picture to a file.static intLibVlc.libvlc_picture_type(libvlc_picture_t pic) Returns the picture type