VLC
4.0.0-dev
|
These flags are added to the type field of the variable. More...
![]() |
Macros | |
#define | VLC_VAR_HASCHOICE 0x0100 |
#define | VLC_VAR_ISCOMMAND 0x2000 |
#define | VLC_VAR_DOINHERIT 0x8000 |
Creation flag. More... | |
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(), config_ChainParse(), filter_AddProxyCallbacks(), input_ConfigVarInit(), 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(), vlc_player_New(), vout_CreateVars(), vout_InitInterlacingSupport(), and vout_OpenWrapper().
#define VLC_VAR_HASCHOICE 0x0100 |
Referenced by var_Type().
#define VLC_VAR_ISCOMMAND 0x2000 |