|
int | var_Create (vlc_object_t *, const char *, int) |
| Initialize a vlc variable. More...
|
|
void | var_Destroy (_Generic((vlc_object_t *) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *) ->obj)), const char *) |
|
int | var_Change (vlc_object_t *, const char *, int, vlc_value_t *, vlc_value_t *) |
| Perform an action on a variable. More...
|
|
int | var_Type (vlc_object_t *, const char *) |
| Request a variable's type. More...
|
|
int | var_Set (vlc_object_t *, const char *, vlc_value_t) |
| Set a variable's value. More...
|
|
int | var_Get (vlc_object_t *, const char *, vlc_value_t *) |
| Get a variable's value. More...
|
|
int | var_SetChecked (vlc_object_t *, const char *, int, vlc_value_t) |
|
int | var_GetChecked (vlc_object_t *, const char *, int, vlc_value_t *) |
|
int | var_GetAndSet (vlc_object_t *, const char *, int, vlc_value_t *) |
| Perform a Get and Set on a variable. More...
|
|
int | var_Inherit (vlc_object_t *, const char *, int, vlc_value_t *) |
| Finds the value of a variable. More...
|
|
void | var_FreeList (vlc_value_t *, vlc_value_t *) |
| Free a list and the associated strings. More...
|
|
void | var_AddCallback (vlc_object_t *, const char *, vlc_callback_t, void *) |
| Register a callback in a variable. More...
|
|
void | var_DelCallback (vlc_object_t *, const char *, vlc_callback_t, void *) |
| Remove a callback from a variable. More...
|
|
void | var_TriggerCallback (vlc_object_t *, const char *) |
| Trigger callback on a variable. More...
|
|
void | var_AddListCallback (vlc_object_t *, const char *, vlc_list_callback_t, void *) |
| Register a callback for a list variable. More...
|
|
void | var_DelListCallback (vlc_object_t *, const char *, vlc_list_callback_t, void *) |
| Remove a callback from a list variable. More...
|
|
static int | var_SetInteger (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name, int64_t i) |
| Set the value of an integer variable. More...
|
|
static int | var_SetBool (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name, bool b) |
| Set the value of an boolean variable. More...
|
|
static int | var_SetCoords (_Generic((vlc_object_t *obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *obj) ->obj)), const char *name, int32_t x, int32_t y) |
|
static int | var_SetFloat (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name, float f) |
| Set the value of a float variable. More...
|
|
static int | var_SetString (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name, const char *psz_string) |
| Set the value of a string variable. More...
|
|
static int | var_SetAddress (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name, void *ptr) |
| Set the value of a pointer variable. More...
|
|
static int64_t | var_GetInteger (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Get an integer value. More...
|
|
static bool | var_GetBool (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Get a boolean value. More...
|
|
static void | var_GetCoords (_Generic((vlc_object_t *obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *obj) ->obj)), const char *name, int32_t *px, int32_t *py) |
|
static float | var_GetFloat (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Get a float value. More...
|
|
static char * | var_GetString (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Get a string value. More...
|
|
static char * | var_GetNonEmptyString (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
|
static void * | var_GetAddress (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
|
static int64_t | var_IncInteger (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Increment an integer variable. More...
|
|
static int64_t | var_DecInteger (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Decrement an integer variable. More...
|
|
static uint64_t | var_OrInteger (_Generic((vlc_object_t *obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *obj) ->obj)), const char *name, unsigned v) |
|
static uint64_t | var_NAndInteger (_Generic((vlc_object_t *obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *obj) ->obj)), const char *name, unsigned v) |
|
static int64_t | var_CreateGetInteger (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Create a integer variable with inherit and get its value. More...
|
|
static bool | var_CreateGetBool (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Create a boolean variable with inherit and get its value. More...
|
|
static float | var_CreateGetFloat (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Create a float variable with inherit and get its value. More...
|
|
static char * | var_CreateGetString (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Create a string variable with inherit and get its value. More...
|
|
static char * | var_CreateGetNonEmptyString (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
|
static void * | var_CreateGetAddress (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Create an address variable with inherit and get its value. More...
|
|
static int64_t | var_CreateGetIntegerCommand (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Create a integer command variable with inherit and get its value. More...
|
|
static bool | var_CreateGetBoolCommand (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Create a boolean command variable with inherit and get its value. More...
|
|
static float | var_CreateGetFloatCommand (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Create a float command variable with inherit and get its value. More...
|
|
static char * | var_CreateGetStringCommand (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
| Create a string command variable with inherit and get its value. More...
|
|
static char * | var_CreateGetNonEmptyStringCommand (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
|
static int | var_CountChoices (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
|
static bool | var_ToggleBool (_Generic((vlc_object_t *p_obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *p_obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *p_obj) ->obj)), const char *psz_name) |
|
static bool | var_InheritBool (_Generic((vlc_object_t *obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *obj) ->obj)), const char *name) |
|
static int64_t | var_InheritInteger (_Generic((vlc_object_t *obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *obj) ->obj)), const char *name) |
|
static float | var_InheritFloat (_Generic((vlc_object_t *obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *obj) ->obj)), const char *name) |
|
static char * | var_InheritString (_Generic((vlc_object_t *obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *obj) ->obj)), const char *name) |
|
static void * | var_InheritAddress (_Generic((vlc_object_t *obj) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *obj) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *obj) ->obj)), const char *name) |
|
int | var_InheritURational (_Generic((vlc_object_t *) ->obj, struct vlc_common_members:(vlc_object_t *)(&(vlc_object_t *) ->obj), const struct vlc_common_members:(const vlc_object_t *)(&(vlc_object_t *) ->obj)), unsigned *num, unsigned *den, const char *var) |
|
int | var_LocationParse (vlc_object_t *, const char *mrl, const char *prefix) |
| Parses a set of colon-separated or semicolon-separated name=value pairs. More...
|
|