<div dir="ltr">I use libvlc and want to make the list of possible video output methods like in VLC (VDPAU, X11, GLX, etc.). I looked into libvlc documentation, searched the wiki, but could not find how to get such list via libvlc API. Tried to find it in vlc source code itself, but failed. As I understand I need to find the list of modules with category CAT_VIDEO and subcategory SUBCAT_VIDEO_VOUT, but still could not find the way to do it. Is there example? Or at least someone could link to the related API or vlc code that do this.</div>