These are the different types a vlc variable can have.
More...
Detailed Description
These are the different types a vlc variable can have.
Macro Definition Documentation
| #define VLC_VAR_ADDRESS 0x0070 |
Referenced by DumpVariable(), libvlc_InternalInit(), var_Create(), var_CreateGetAddress(), var_GetAddress(), var_Inherit(), var_InheritAddress(), var_SetAddress(), VariablesInit(), vlm_ControlMediaInstanceStart(), vlm_New(), and vlm_OnMediaUpdate().
| #define VLC_VAR_BOOL 0x0020 |
Referenced by aout_New(), config_ChainParse(), config_GetType(), config_LoadCmdLine(), config_PrintHelp(), DumpVariable(), input_ConfigVarInit(), libvlc_InternalInit(), spu_Attach(), SpuRenderCreateAndLoadText(), var_Command(), var_Create(), var_CreateGetBool(), var_CreateGetBoolCommand(), var_GetAndSet(), var_GetBool(), var_Inherit(), var_InheritBool(), var_OptionParse(), var_SetBool(), VariablesInit(), vout_InitInterlacingSupport(), vout_IntfInit(), and vout_OpenWrapper().
| #define VLC_VAR_COORDS 0x00A0 |
| #define VLC_VAR_FLOAT 0x0050 |
Referenced by aout_New(), CheckValue(), config_ChainParse(), config_GetType(), config_LoadCmdLine(), DumpVariable(), input_ConfigVarInit(), input_ControlVarInit(), LoadSubtitles(), var_Command(), var_Create(), var_CreateGetFloat(), var_CreateGetFloatCommand(), var_GetFloat(), var_Inherit(), var_InheritFloat(), var_OptionParse(), var_SetFloat(), VariablesInit(), and vout_IntfInit().
| #define VLC_VAR_HOTKEY 0x0031 |
| #define VLC_VAR_INTEGER 0x0030 |
Referenced by aout_OutputNew(), CheckValue(), config_ChainParse(), config_GetType(), config_LoadCmdLine(), DumpVariable(), input_ConfigVarInit(), input_ControlVarInit(), input_ControlVarNavigation(), libvlc_InternalInit(), sout_NewInstance(), var_Command(), var_Create(), var_CreateGetInteger(), var_CreateGetIntegerCommand(), var_GetAndSet(), var_GetInteger(), var_Inherit(), var_InheritInteger(), var_OptionParse(), var_SetInteger(), VariablesInit(), vlc_InitActions(), vout_InitInterlacingSupport(), and vout_IntfInit().
| #define VLC_VAR_STRING 0x0040 |
Referenced by aout_New(), config_ChainParse(), config_GetType(), config_LoadCmdLine(), DumpVariable(), EqualizerCallback(), FreeList(), input_ConfigVarInit(), input_ControlVarInit(), intf_Create(), libvlc_InternalInit(), LoadSubtitles(), var_Change(), var_Command(), var_Create(), var_CreateGetNonEmptyString(), var_CreateGetNonEmptyStringCommand(), var_CreateGetString(), var_CreateGetStringCommand(), var_GetNonEmptyString(), var_GetString(), var_Inherit(), var_InheritString(), var_OptionParse(), var_SetString(), VariablesInit(), VisualizationCallback(), vlc_custom_create(), vlm_ControlMediaInstanceStart(), vout_InitInterlacingSupport(), and vout_IntfInit().
| #define VLC_VAR_TIME 0x0060 |
| #define VLC_VAR_VARIABLE 0x0044 |
| #define VLC_VAR_VOID 0x0010 |