|
VLC
2.1.0-git
|

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 |
| char * | psz_type |
| char * | psz_name |
| char * | psz_text |
| char * | psz_longtext |
| module_value_t | value |
| module_value_t | orig |
| module_value_t | min |
| module_value_t | max |
| uint16_t | list_count |
| union { | |
| char ** psz | |
| int * i | |
| vlc_string_list_cb psz_cb | |
| vlc_integer_list_cb i_cb | |
| } | list |
| char ** | list_text |
| unsigned module_config_t::b_advanced |
Referenced by Usage(), and vlc_plugin_setter().
| unsigned module_config_t::b_internal |
Referenced by module_config_get(), and vlc_plugin_setter().
| unsigned module_config_t::b_removed |
Referenced by config_ChainParse(), config_LoadCmdLine(), config_SaveConfigFile(), module_config_get(), Usage(), and vlc_plugin_setter().
| unsigned module_config_t::b_safe |
Referenced by config_IsSafe(), and vlc_plugin_setter().
| unsigned module_config_t::b_unsaveable |
Referenced by config_SaveConfigFile(), and vlc_plugin_setter().
| int* module_config_t::i |
Referenced by config_Free(), config_GetIntChoices(), Usage(), vlc_plugin_setter(), and vout_InitInterlacingSupport().
| vlc_integer_list_cb module_config_t::i_cb |
Referenced by config_GetIntChoices(), and vlc_plugin_setter().
| char module_config_t::i_short |
Referenced by config_LoadCmdLine(), Usage(), and vlc_plugin_setter().
| uint8_t module_config_t::i_type |
Referenced by config_Free(), config_GetFloat(), config_GetInt(), config_GetPsz(), config_GetPszChoices(), config_GetType(), config_LoadCmdLine(), config_LoadConfigFile(), config_PutFloat(), config_PutInt(), config_PutPsz(), config_ResetAll(), config_SaveConfigFile(), config_SortConfig(), Usage(), vlc_config_create(), and vlc_plugin_setter().
| union { ... } module_config_t::list |
Referenced by aout_New(), config_Free(), config_GetIntChoices(), config_GetPszChoices(), Usage(), vlc_plugin_setter(), and vout_InitInterlacingSupport().
| uint16_t module_config_t::list_count |
Referenced by aout_New(), config_Free(), config_GetIntChoices(), config_GetPszChoices(), Usage(), vlc_plugin_setter(), and vout_InitInterlacingSupport().
| char** module_config_t::list_text |
Referenced by aout_New(), config_Free(), config_GetIntChoices(), config_GetPszChoices(), Usage(), vlc_plugin_setter(), and vout_InitInterlacingSupport().
| module_value_t module_config_t::max |
Referenced by config_LoadConfigFile(), config_PutFloat(), config_PutInt(), Usage(), vlc_config_create(), and vlc_plugin_setter().
| module_value_t module_config_t::min |
Referenced by config_PutFloat(), config_PutInt(), Usage(), vlc_config_create(), and vlc_plugin_setter().
| module_value_t module_config_t::orig |
Referenced by config_Free(), config_ResetAll(), config_SaveConfigFile(), vlc_plugin_setter(), and vout_InitInterlacingSupport().
| char** module_config_t::psz |
Referenced by aout_New(), config_Free(), config_GetPszChoices(), Usage(), vlc_plugin_setter(), and vout_InitInterlacingSupport().
| vlc_string_list_cb module_config_t::psz_cb |
Referenced by config_GetPszChoices(), and vlc_plugin_setter().
| char* module_config_t::psz_longtext |
Referenced by config_Free(), print_help_section(), Usage(), and vlc_plugin_setter().
| char* module_config_t::psz_name |
Referenced by config_Free(), config_LoadCmdLine(), config_SaveConfigFile(), Usage(), and vlc_plugin_setter().
| char* module_config_t::psz_text |
Referenced by config_Free(), config_SaveConfigFile(), print_help_section(), Usage(), and vlc_plugin_setter().
| char* module_config_t::psz_type |
Referenced by config_Free(), config_GetPszChoices(), and vlc_plugin_setter().
| module_value_t module_config_t::value |
1.8.1.2