| VLC
    3.0.18
    | 
Internal module descriptor. More...

| Data Fields | |
| vlc_plugin_t * | plugin | 
| Plug-in/library containing the module.  More... | |
| module_t * | next | 
| unsigned | i_shortcuts | 
| Shortcuts to the module.  More... | |
| const char ** | pp_shortcuts | 
| const char * | psz_shortname | 
| Module name.  More... | |
| const char * | psz_longname | 
| Module descriptive name.  More... | |
| const char * | psz_help | 
| Long help string for "special" modules.  More... | |
| const char * | psz_capability | 
| Capability.  More... | |
| int | i_score | 
| Score for the capability.  More... | |
| const char * | activate_name | 
| const char * | deactivate_name | 
| void * | pf_activate | 
| void * | pf_deactivate | 
Internal module descriptor.
| const char* module_t::activate_name | 
Referenced by vlc_module_create(), and vlc_plugin_desc_cb().
| const char* module_t::deactivate_name | 
Referenced by vlc_module_create(), and vlc_plugin_desc_cb().
| int module_t::i_score | 
Score for the capability.
Referenced by ListModules(), module_get_score(), module_match_name(), vlc_module_create(), and vlc_plugin_desc_cb().
| unsigned module_t::i_shortcuts | 
Shortcuts to the module.
Referenced by ListModules(), module_find(), module_get_object(), module_match_name(), vlc_module_create(), and vlc_plugin_desc_cb().
| module_t* module_t::next | 
Referenced by module_list_get(), vlc_module_create(), vlc_module_destroy(), vlc_plugin_resolve(), and vlc_plugin_store().
| void* module_t::pf_activate | 
Referenced by module_load(), module_start(), vlc_module_create(), and vlc_plugin_desc_cb().
| void* module_t::pf_deactivate | 
Referenced by module_stop(), vlc_module_create(), vlc_module_unload(), and vlc_plugin_desc_cb().
| vlc_plugin_t* module_t::plugin | 
Plug-in/library containing the module.
Referenced by module_config_get(), module_gettext(), module_load(), and vlc_module_create().
| const char** module_t::pp_shortcuts | 
Referenced by ListModules(), module_find(), module_get_object(), module_match_name(), vlc_module_create(), vlc_module_destroy(), and vlc_plugin_desc_cb().
| const char* module_t::psz_capability | 
Capability.
Referenced by ListModules(), module_get_capability(), vlc_module_create(), and vlc_plugin_desc_cb().
| const char* module_t::psz_help | 
Long help string for "special" modules.
Referenced by module_get_help(), vlc_module_create(), and vlc_plugin_desc_cb().
| const char* module_t::psz_longname | 
Module descriptive name.
Referenced by config_SaveConfigFile(), ListModules(), module_get_name(), vlc_module_create(), and vlc_plugin_desc_cb().
| const char* module_t::psz_shortname | 
Module name.
Referenced by module_get_name(), vlc_module_create(), and vlc_plugin_desc_cb().
 1.8.16
 1.8.16