#include <variables.h>
Public Attributes | |
vlc_value_t | val |
char * | psz_name |
uint32_t | i_hash |
int | i_type |
char * | psz_text |
int(* | pf_cmp )(vlc_value_t, vlc_value_t) |
void(* | pf_dup )(vlc_value_t *) |
void(* | pf_free )(vlc_value_t *) |
int | i_usage |
vlc_value_t | min |
vlc_value_t | max |
vlc_value_t | step |
int | i_default |
vlc_list_t | choices |
vlc_list_t | choices_text |
vlc_bool_t | b_incallback |
int | i_entries |
callback_entry_t * | p_entries |
Definition at line 42 of file variables.h.
|
Set to TRUE if the variable is in a callback Definition at line 76 of file variables.h. |
|
List of choices Definition at line 71 of file variables.h. |
|
List of friendly names for the choices Definition at line 73 of file variables.h. |
|
Index of the default choice, if the variable is to be chosen in a list Definition at line 69 of file variables.h. |
|
Number of registered callbacks Definition at line 79 of file variables.h. |
|
(almost) unique hashed value Definition at line 48 of file variables.h. |
|
The type of the variable Definition at line 49 of file variables.h. |
|
Creation count: we only destroy the variable if it reaches 0 Definition at line 62 of file variables.h. |
|
If the variable has min/max/step values Definition at line 65 of file variables.h. |
|
If the variable has min/max/step values Definition at line 65 of file variables.h. |
|
Array of registered callbacks Definition at line 81 of file variables.h. |
|
A pointer to a comparison function |
|
A pointer to a duplication function |
|
A pointer to a deallocation function |
|
The variable unique name Definition at line 47 of file variables.h. |
|
The variable display name, mainly for use by the interfaces Definition at line 52 of file variables.h. |
|
If the variable has min/max/step values Definition at line 65 of file variables.h. |
|
The variable's exported value Definition at line 45 of file variables.h. |