<div dir="ltr">i think that there is no method to get all video ouput modules.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 29, 2017 at 10:01 AM, Zhao Zhili <span dir="ltr"><<a href="mailto:quinkblack@foxmail.com" target="_blank">quinkblack@foxmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On 2017年09月29日 08:27, Roman Chistokhodov wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I use libvlc and want to make the list of possible video output methods<br>
like in VLC (VDPAU, X11, GLX, etc.). I looked into libvlc documentation,<br>
searched the wiki, but could not find how to get such list via libvlc API.<br>
Tried to find it in vlc source code itself, but failed. As I understand I<br>
need to find the list of modules with category CAT_VIDEO and<br>
subcategory SUBCAT_VIDEO_VOUT, but still could not find the way to do it.<br>
Is there example? Or at least someone could link to the related API or vlc<br>
code that do this.<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/l<wbr>istinfo/vlc-devel</a><br>
</blockquote>
I'm not sure if there is such API, but you can have a look at src/config/help.c<br>
<br>
/*****************************<wbr>******************************<wbr>******************<br>
 * ListModules: list the available modules with their description<br>
 *****************************<wbr>******************************<wbr>******************<br>
 * Print a list of all available modules (builtins and plugins) and a short<br>
 * description for each one.<br>
 *****************************<wbr>******************************<wbr>******************/<br>
static void ListModules (vlc_object_t *p_this, bool b_verbose)<br>
<br>
<br>
______________________________<wbr>_________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/l<wbr>istinfo/vlc-devel</a></blockquote></div><br></div>