VLC
4.0.0-dev
|
These are the different actions that can be used with var_Change(). More...
![]() |
Macros | |
#define | VLC_VAR_SETSTEP 0x0012 |
#define | VLC_VAR_SETVALUE 0x0013 |
Set the value of this variable without triggering any callbacks. More... | |
#define | VLC_VAR_SETTEXT 0x0014 |
#define | VLC_VAR_GETTEXT 0x0015 |
#define | VLC_VAR_GETMIN 0x0016 |
#define | VLC_VAR_GETMAX 0x0017 |
#define | VLC_VAR_GETSTEP 0x0018 |
#define | VLC_VAR_ADDCHOICE 0x0020 |
#define | VLC_VAR_DELCHOICE 0x0021 |
#define | VLC_VAR_CLEARCHOICES 0x0022 |
#define | VLC_VAR_GETCHOICES 0x0024 |
#define | VLC_VAR_CHOICESCOUNT 0x0026 |
#define | VLC_VAR_SETMINMAX 0x0027 |
These are the different actions that can be used with var_Change().
The parameters given are the meaning of the two last parameters of var_Change() when this action is being used.
#define VLC_VAR_ADDCHOICE 0x0020 |
Referenced by AddCustomRatios(), aout_New(), aout_PrepareStereoMode(), intf_Create(), var_Change(), vout_CreateVars(), and vout_InitInterlacingSupport().
#define VLC_VAR_CHOICESCOUNT 0x0026 |
Referenced by var_Change(), and var_CountChoices().
#define VLC_VAR_CLEARCHOICES 0x0022 |
Referenced by aout_PrepareStereoMode(), var_Change(), and vout_InitInterlacingSupport().
#define VLC_VAR_DELCHOICE 0x0021 |
Referenced by var_Change().
#define VLC_VAR_GETCHOICES 0x0024 |
Referenced by aout_PrepareStereoMode(), var_Change(), and vout_osd_PrintVariableText().
#define VLC_VAR_GETMAX 0x0017 |
Referenced by var_Change().
#define VLC_VAR_GETMIN 0x0016 |
Referenced by var_Change().
#define VLC_VAR_GETSTEP 0x0018 |
Referenced by var_Change().
#define VLC_VAR_GETTEXT 0x0015 |
Referenced by var_Change().
#define VLC_VAR_SETMINMAX 0x0027 |
Referenced by config_ChainParse(), config_LoadCmdLine(), and var_Change().
#define VLC_VAR_SETSTEP 0x0012 |
Referenced by var_Change().
#define VLC_VAR_SETTEXT 0x0014 |
Referenced by aout_New(), intf_Create(), var_Change(), vout_CreateVars(), and vout_InitInterlacingSupport().
#define VLC_VAR_SETVALUE 0x0013 |
Set the value of this variable without triggering any callbacks.
p_val | The new value |
p_val2 | Unused |
Referenced by aout_PrepareStereoMode(), var_Change(), ViewpointApply(), and vout_InitInterlacingSupport().