|
VLC
2.1.0-git
|
These flags are added to the type field of the variable. More...
|
Macros | |
| #define | VLC_VAR_HASCHOICE 0x0100 |
| #define | VLC_VAR_HASMIN 0x0200 |
| #define | VLC_VAR_HASMAX 0x0400 |
| #define | VLC_VAR_HASSTEP 0x0800 |
| #define | VLC_VAR_ISCOMMAND 0x2000 |
| #define | VLC_VAR_DOINHERIT 0x8000 |
| Creation flag. | |
These flags are added to the type field of the variable.
Most as a result of a var_Change() call, but some may be added at creation time
| #define VLC_VAR_DOINHERIT 0x8000 |
Creation flag.
Referenced by aout_New(), aout_OutputNew(), config_ChainParse(), input_ConfigVarInit(), input_ControlVarInit(), libvlc_InternalInit(), LoadSubtitles(), sout_NewInstance(), var_Create(), var_CreateGetAddress(), var_CreateGetBool(), var_CreateGetBoolCommand(), var_CreateGetFloat(), var_CreateGetFloatCommand(), var_CreateGetInteger(), var_CreateGetIntegerCommand(), var_CreateGetNonEmptyString(), var_CreateGetNonEmptyStringCommand(), var_CreateGetString(), var_CreateGetStringCommand(), var_CreateGetTime(), var_CreateGetTimeCommand(), VariablesInit(), vout_InitInterlacingSupport(), vout_IntfInit(), and vout_OpenWrapper().
| #define VLC_VAR_HASCHOICE 0x0100 |
| #define VLC_VAR_HASMAX 0x0400 |
Referenced by CheckValue(), and var_Change().
| #define VLC_VAR_HASMIN 0x0200 |
Referenced by CheckValue(), and var_Change().
| #define VLC_VAR_HASSTEP 0x0800 |
Referenced by CheckValue(), and var_Change().
| #define VLC_VAR_ISCOMMAND 0x2000 |
Referenced by DumpVariable(), input_ControlVarInit(), input_ControlVarNavigation(), intf_Create(), var_Change(), var_Command(), var_Create(), var_CreateGetBoolCommand(), var_CreateGetFloatCommand(), var_CreateGetIntegerCommand(), var_CreateGetNonEmptyStringCommand(), var_CreateGetStringCommand(), var_CreateGetTimeCommand(), vlc_custom_create(), and vout_IntfInit().
1.8.1.2