|
VLC
4.0.0-dev
|
VLC plugin. More...

Data Fields | |
| struct vlc_plugin_t * | next |
| module_t * | module |
| unsigned | modules_count |
| const char * | textdomain |
| gettext domain (or NULL) More... | |
| struct { | |
| module_config_t * items | |
| Table of configuration parameters. More... | |
| size_t size | |
| Size of items table. More... | |
| size_t count | |
| Number of configuration items. More... | |
| size_t booleans | |
| Number of booleal config items. More... | |
| } | conf |
| Variables set by the module to store its config options. More... | |
VLC plugin.
| size_t vlc_plugin_t::booleans |
Number of booleal config items.
Referenced by vlc_config_create(), and vlc_plugin_create().
| struct { ... } vlc_plugin_t::conf |
Variables set by the module to store its config options.
Referenced by config_SortConfig(), module_config_get(), plugin_show(), vlc_config_create(), vlc_plugin_create(), and vlc_plugin_destroy().
| size_t vlc_plugin_t::count |
Number of configuration items.
Referenced by vlc_config_create(), and vlc_plugin_create().
| module_config_t* vlc_plugin_t::items |
Table of configuration parameters.
Referenced by config_SortConfig(), module_config_get(), plugin_show(), vlc_config_create(), vlc_plugin_create(), and vlc_plugin_destroy().
| module_t* vlc_plugin_t::module |
| unsigned vlc_plugin_t::modules_count |
Referenced by vlc_module_create(), and vlc_plugin_create().
| struct vlc_plugin_t* vlc_plugin_t::next |
Referenced by config_SortConfig(), module_EndBank(), module_InitStaticModules(), module_list_get(), and vlc_plugin_store().
| size_t vlc_plugin_t::size |
Size of items table.
Referenced by config_SortConfig(), module_config_get(), module_InitStaticModules(), plugin_show(), vlc_config_create(), vlc_plugin_create(), and vlc_plugin_destroy().
| const char* vlc_plugin_t::textdomain |
gettext domain (or NULL)
Referenced by module_gettext(), vlc_plugin_create(), and vlc_plugin_desc_cb().
1.8.13