VLC 4.0.0-dev
|
#include <vlc_configuration.h>
Data Fields | |
config_chain_t * | p_next |
Pointer on the next config_chain_t element. | |
char * | psz_name |
Option name. | |
char * | psz_value |
Option value. | |
config_chain_t* config_chain_t::p_next |
Pointer on the next config_chain_t element.
Referenced by config_ChainDestroy(), config_ChainDuplicate(), config_ChainParse(), and config_ChainParseOptions().
char* config_chain_t::psz_name |
Option name.
Referenced by config_ChainDestroy(), config_ChainDuplicate(), config_ChainParse(), and config_ChainParseOptions().
char* config_chain_t::psz_value |
Option value.
Referenced by config_ChainDestroy(), config_ChainDuplicate(), config_ChainParse(), and config_ChainParseOptions().