|
VLC 4.0.0-dev
|
These are the different types a vlc variable can have. More...
Macros | |
| #define | VLC_VAR_VOID 0x0010 |
| #define | VLC_VAR_BOOL 0x0020 |
| #define | VLC_VAR_INTEGER 0x0030 |
| #define | VLC_VAR_STRING 0x0040 |
| #define | VLC_VAR_FLOAT 0x0050 |
| #define | VLC_VAR_ADDRESS 0x0070 |
| #define | VLC_VAR_COORDS 0x00A0 |
These are the different types a vlc variable can have.
| #define VLC_VAR_ADDRESS 0x0070 |
| #define VLC_VAR_BOOL 0x0020 |
Referenced by aout_New(), config_GetType(), config_LoadCmdLine(), config_PrintHelp(), libvlc_InternalInit(), var_Create(), var_CreateGetBool(), var_CreateGetBoolCommand(), var_GetAndSet(), var_GetBool(), var_Inherit(), var_InheritBool(), var_OptionParse(), var_SetBool(), vlc_object_InitInputConfig(), 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().
| #define VLC_VAR_COORDS 0x00A0 |
Referenced by var_Create(), var_GetCoords(), var_SetCoords(), and vout_CreateVars().
| #define VLC_VAR_FLOAT 0x0050 |
Referenced by aout_New(), CheckValue(), config_GetType(), config_LoadCmdLine(), var_Change(), var_Create(), var_CreateGetFloat(), var_CreateGetFloatCommand(), var_GetFloat(), var_Inherit(), var_InheritFloat(), var_OptionParse(), var_SetFloat(), vlc_object_InitInputConfig(), vlc_player_New(), vlc_player_vout_OSDCallback(), and vout_CreateVars().
| #define VLC_VAR_INTEGER 0x0030 |
Referenced by aout_New(), CheckValue(), config_GetType(), config_LoadCmdLine(), DecoderHasVbi(), libvlc_InternalActionsInit(), libvlc_InternalInit(), var_Change(), var_Create(), var_CreateGetInteger(), var_CreateGetIntegerCommand(), var_GetAndSet(), var_GetInteger(), var_Inherit(), var_InheritInteger(), var_OptionParse(), var_SetInteger(), vlc_object_InitInputConfig(), vlc_player_New(), vout_CreateVars(), vout_display_window_New(), and vout_InitInterlacingSupport().
| #define VLC_VAR_STRING 0x0040 |
Referenced by aout_New(), config_GetType(), config_LoadCmdLine(), demux_NewAdvanced(), InputSourceInit(), intf_Create(), libvlc_InternalInit(), LoadSlaves(), module_need(), OpenURL(), var_Create(), var_CreateGetNonEmptyString(), var_CreateGetNonEmptyStringCommand(), var_CreateGetString(), var_CreateGetStringCommand(), var_GetNonEmptyString(), var_GetString(), var_Inherit(), var_InheritString(), var_OptionParse(), var_SetString(), VisualizationCallback(), vlc_filter_LoadModule(), vlc_object_InitInputConfig(), vlc_player_New(), vlc_player_vout_OSDCallback(), vout_Create(), vout_CreateVars(), vout_display_window_New(), vout_InitInterlacingSupport(), and vout_osd_PrintVariableText().
| #define VLC_VAR_VOID 0x0010 |
Referenced by libvlc_InternalInit(), var_Create(), var_GetChecked(), var_SetChecked(), and vout_CreateVars().