|
VLC 4.0.0-dev
|
VLC plugin. More...
#include <modules.h>
Data Fields | |
| struct vlc_plugin_t * | next |
| module_t * | module |
| unsigned | modules_count |
| const char * | textdomain |
| gettext domain (or NULL) More... | |
| struct { | |
| struct vlc_param * params | |
| Table of configuration items. More... | |
| size_t size | |
| Total count of all items. More... | |
| size_t count | |
| Count of real options (excludes hints) More... | |
| size_t booleans | |
| Count of options that are of boolean type. More... | |
| } | conf |
| Variables set by the module to store its config options. More... | |
VLC plugin.
| size_t vlc_plugin_t::booleans |
Count of options that are of boolean type.
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 module_config_get(), plugin_show(), vlc_config_create(), vlc_plugin_create(), and vlc_plugin_destroy().
| size_t vlc_plugin_t::count |
Count of real options (excludes hints)
Referenced by vlc_config_create(), and vlc_plugin_create().
| module_t* vlc_plugin_t::module |
| unsigned vlc_plugin_t::modules_count |
Referenced by vlc_module_create(), vlc_plugin_create(), and vlc_plugin_store().
| struct vlc_plugin_t* vlc_plugin_t::next |
Referenced by module_EndBank(), module_list_get(), and vlc_plugin_store().
| struct vlc_param* vlc_plugin_t::params |
Table of configuration items.
Referenced by module_config_get(), plugin_show(), vlc_config_create(), vlc_plugin_create(), and vlc_plugin_destroy().
| size_t vlc_plugin_t::size |
Total count of all items.
Referenced by module_config_get(), 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().