VLC 4.0.0-dev
|
The structure describing a variable. More...
Data Fields | |
char * | psz_name |
The variable unique name (must be first) More... | |
vlc_value_t | val |
The variable's exported value. More... | |
char * | psz_text |
The variable display name, mainly for use by the interfaces. More... | |
const variable_ops_t * | ops |
int | i_type |
The type of the variable. More... | |
unsigned | i_usage |
Reference count. More... | |
vlc_value_t | min |
If the variable has min/max/step values. More... | |
vlc_value_t | max |
vlc_value_t | step |
vlc_value_t * | choices |
List of choices. More... | |
char ** | choices_text |
List of friendly names for the choices. More... | |
size_t | choices_count |
bool | b_incallback |
Set to TRUE if the variable is in a callback. More... | |
callback_entry_t * | value_callbacks |
Registered value callbacks. More... | |
callback_entry_t * | list_callbacks |
Registered list callbacks. More... | |
vlc_cond_t | wait |
The structure describing a variable.
bool variable_t::b_incallback |
Set to TRUE if the variable is in a callback.
Referenced by var_Create(), and var_Destroy().
vlc_value_t* variable_t::choices |
List of choices.
Referenced by Destroy(), var_Change(), and var_Create().
size_t variable_t::choices_count |
Referenced by Destroy(), var_Change(), var_Create(), and var_Type().
char** variable_t::choices_text |
List of friendly names for the choices.
Referenced by Destroy(), var_Change(), and var_Create().
int variable_t::i_type |
The type of the variable.
Referenced by var_Change(), var_Create(), var_GetAndSet(), var_GetChecked(), var_SetChecked(), and var_Type().
unsigned variable_t::i_usage |
Reference count.
Referenced by var_Create(), and var_Destroy().
callback_entry_t* variable_t::list_callbacks |
Registered list callbacks.
Referenced by AddCallback(), DelCallback(), and Destroy().
vlc_value_t variable_t::max |
Referenced by var_Change(), and var_Create().
vlc_value_t variable_t::min |
If the variable has min/max/step values.
Referenced by var_Change(), and var_Create().
const variable_ops_t* variable_t::ops |
Referenced by Destroy(), var_Change(), var_Create(), var_GetChecked(), and var_SetChecked().
char* variable_t::psz_name |
The variable unique name (must be first)
Referenced by Destroy(), var_Create(), and varcmp().
char* variable_t::psz_text |
The variable display name, mainly for use by the interfaces.
Referenced by Destroy(), var_Change(), and var_Create().
vlc_value_t variable_t::step |
Referenced by var_Change().
vlc_value_t variable_t::val |
The variable's exported value.
Referenced by Destroy(), var_Change(), var_Create(), var_GetAndSet(), var_GetChecked(), var_SetChecked(), and var_TriggerCallback().
callback_entry_t* variable_t::value_callbacks |
Registered value callbacks.
Referenced by AddCallback(), DelCallback(), Destroy(), and var_Create().
vlc_cond_t variable_t::wait |
Referenced by var_Create().