VLC
3.0.15
|
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 module_config_get(), vlc_config_create(), vlc_plugin_create(), vlc_plugin_destroy(), and vlc_plugin_resolve().
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 module_config_get(), vlc_config_create(), vlc_plugin_create(), vlc_plugin_destroy(), and vlc_plugin_resolve().
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 module_EndBank(), module_list_get(), and vlc_plugin_store().
size_t vlc_plugin_t::size |
Size of items table.
Referenced by module_config_get(), vlc_config_create(), vlc_plugin_create(), vlc_plugin_destroy(), and vlc_plugin_resolve().
const char* vlc_plugin_t::textdomain |
gettext domain (or NULL)
Referenced by module_gettext(), vlc_plugin_create(), and vlc_plugin_desc_cb().