Hi, I am using libvlc/libvlccore to build a player in C++. I want to add a function to be able to popup thumbnails of the video after the user hovers over the position slider. In order to do that, I think I need some APIs from libvlc in order to get the thumbnail of a given time into memory without ...