|
VLC
3.0.15
|

Data Fields | |
| uint8_t | i_type |
| char | i_short |
| unsigned | b_advanced:1 |
| unsigned | b_internal:1 |
| unsigned | b_unsaveable:1 |
| unsigned | b_safe:1 |
| unsigned | b_removed:1 |
| const char * | psz_type |
| const char * | psz_name |
| const char * | psz_text |
| const char * | psz_longtext |
| module_value_t | value |
| module_value_t | orig |
| module_value_t | min |
| module_value_t | max |
| uint16_t | list_count |
| union { | |
| const char ** psz | |
| const int * i | |
| vlc_string_list_cb psz_cb | |
| vlc_integer_list_cb i_cb | |
| } | list |
| const char ** | list_text |
| const char * | list_cb_name |
| void * | owner |
| unsigned module_config_t::b_advanced |
Referenced by vlc_plugin_desc_cb().
| unsigned module_config_t::b_internal |
Referenced by module_config_get(), and vlc_plugin_desc_cb().
| unsigned module_config_t::b_removed |
Referenced by config_ChainParse(), config_LoadCmdLine(), config_SaveConfigFile(), module_config_get(), and vlc_plugin_desc_cb().
| unsigned module_config_t::b_safe |
Referenced by vlc_plugin_desc_cb().
| unsigned module_config_t::b_unsaveable |
Referenced by config_SaveConfigFile(), and vlc_plugin_desc_cb().
| const int* module_config_t::i |
Referenced by config_GetIntChoices(), vlc_plugin_desc_cb(), and vout_InitInterlacingSupport().
| vlc_integer_list_cb module_config_t::i_cb |
Referenced by config_GetIntChoices(), vlc_plugin_desc_cb(), and vlc_plugin_resolve().
| char module_config_t::i_short |
Referenced by config_LoadCmdLine(), and vlc_plugin_desc_cb().
| uint8_t module_config_t::i_type |
Referenced by config_ChainParse(), config_GetFloat(), config_GetInt(), config_GetPsz(), config_GetPszChoices(), config_GetType(), config_LoadCmdLine(), config_LoadConfigFile(), config_PutFloat(), config_PutInt(), config_PutPsz(), config_SaveConfigFile(), vlc_config_create(), vlc_plugin_desc_cb(), and vlc_plugin_resolve().
| union { ... } module_config_t::list |
| const char* module_config_t::list_cb_name |
Referenced by vlc_plugin_desc_cb(), and vlc_plugin_resolve().
| uint16_t module_config_t::list_count |
Referenced by aout_New(), config_GetIntChoices(), config_GetPszChoices(), vlc_plugin_desc_cb(), and vout_InitInterlacingSupport().
| const char** module_config_t::list_text |
Referenced by aout_New(), config_GetIntChoices(), config_GetPszChoices(), vlc_plugin_desc_cb(), and vout_InitInterlacingSupport().
| module_value_t module_config_t::max |
| module_value_t module_config_t::min |
Referenced by config_ChainParse(), config_LoadCmdLine(), config_PutFloat(), config_PutInt(), vlc_config_create(), and vlc_plugin_desc_cb().
| module_value_t module_config_t::orig |
Referenced by config_SaveConfigFile(), vlc_plugin_desc_cb(), and vout_InitInterlacingSupport().
| void* module_config_t::owner |
Referenced by config_GetIntChoices(), config_GetPszChoices(), and vlc_config_create().
| const char** module_config_t::psz |
Referenced by aout_New(), config_GetPszChoices(), vlc_plugin_desc_cb(), and vout_InitInterlacingSupport().
| vlc_string_list_cb module_config_t::psz_cb |
Referenced by config_GetPszChoices(), vlc_plugin_desc_cb(), and vlc_plugin_resolve().
| const char* module_config_t::psz_longtext |
Referenced by print_section(), and vlc_plugin_desc_cb().
| const char* module_config_t::psz_name |
Referenced by config_LoadCmdLine(), config_SaveConfigFile(), and vlc_plugin_desc_cb().
| const char* module_config_t::psz_text |
Referenced by config_SaveConfigFile(), print_section(), and vlc_plugin_desc_cb().
| const char* module_config_t::psz_type |
Referenced by config_GetPszChoices(), and vlc_plugin_desc_cb().
| module_value_t module_config_t::value |
1.8.16