These are the different types a vlc variable can have.
More...
These are the different types a vlc variable can have.
◆ VLC_VAR_ADDRESS
#define VLC_VAR_ADDRESS 0x0070 |
Referenced by aout_New(), input_item_ApplyOptions(), libvlc_InternalInit(), system_Configure(), var_Create(), var_CreateGetAddress(), var_GetAddress(), var_Inherit(), var_InheritAddress(), var_SetAddress(), vlm_ControlMediaInstanceStart(), vlm_New(), vlm_OnMediaUpdate(), and vout_CreateVars().
◆ VLC_VAR_BOOL
#define VLC_VAR_BOOL 0x0020 |
Referenced by aout_New(), config_ChainParse(), config_GetType(), config_LoadCmdLine(), config_PrintHelp(), input_ConfigVarInit(), libvlc_InternalInit(), var_Create(), var_CreateGetBool(), var_CreateGetBoolCommand(), var_GetAndSet(), var_GetBool(), var_Inherit(), var_InheritBool(), var_OptionParse(), var_SetBool(), vlc_player_New(), vlc_player_Start(), vlc_player_vout_SetFullscreen(), vlc_player_vout_SetWallpaperModeEnabled(), vout_CreateVars(), vout_display_window_New(), vout_InitInterlacingSupport(), and vout_OpenWrapper().
◆ VLC_VAR_COORDS
#define VLC_VAR_COORDS 0x00A0 |
◆ VLC_VAR_FLOAT
#define VLC_VAR_FLOAT 0x0050 |
Referenced by aout_New(), CheckValue(), config_ChainParse(), config_GetType(), config_LoadCmdLine(), input_ConfigVarInit(), var_Change(), var_Create(), var_CreateGetFloat(), var_CreateGetFloatCommand(), var_GetFloat(), var_Inherit(), var_InheritFloat(), var_OptionParse(), var_SetFloat(), vlc_player_New(), vlc_player_vout_OSDCallback(), and vout_CreateVars().
◆ VLC_VAR_INTEGER
#define VLC_VAR_INTEGER 0x0030 |
Referenced by aout_New(), CheckValue(), config_ChainParse(), config_GetType(), config_LoadCmdLine(), EsOutSelectEs(), input_ConfigVarInit(), libvlc_InternalActionsInit(), libvlc_InternalInit(), sout_NewInstance(), var_Change(), var_Create(), var_CreateGetInteger(), var_CreateGetIntegerCommand(), var_GetAndSet(), var_GetInteger(), var_Inherit(), var_InheritInteger(), var_OptionParse(), var_SetInteger(), vlc_player_New(), vout_CreateVars(), vout_display_window_New(), and vout_InitInterlacingSupport().
◆ VLC_VAR_STRING
#define VLC_VAR_STRING 0x0040 |
Referenced by aout_New(), config_ChainParse(), config_GetType(), config_LoadCmdLine(), input_ConfigVarInit(), InputSourceNew(), intf_Create(), libvlc_InternalInit(), LoadSlaves(), module_need(), var_Create(), var_CreateGetNonEmptyString(), var_CreateGetNonEmptyStringCommand(), var_CreateGetString(), var_CreateGetStringCommand(), var_GetNonEmptyString(), var_GetString(), var_Inherit(), var_InheritString(), var_OptionParse(), var_SetString(), VisualizationCallback(), vlc_player_New(), vlc_player_vout_OSDCallback(), vlm_ControlMediaInstanceStart(), vout_Create(), vout_CreateVars(), vout_display_window_New(), vout_InitInterlacingSupport(), and vout_osd_PrintVariableText().
◆ VLC_VAR_VOID
#define VLC_VAR_VOID 0x0010 |