|
VLC
4.0.0-dev
|
VLC value structure. More...
Data Fields | |
| int64_t | i_int |
| bool | b_bool |
| float | f_float |
| char * | psz_string |
| void * | p_address |
| struct { | |
| int32_t x | |
| int32_t y | |
| } | coords |
VLC value structure.
| bool vlc_value_t::b_bool |
Referenced by AboveCallback(), AutoScaleCallback(), CmpBool(), config_ChainParse(), Control(), FullscreenCallback(), var_Create(), var_GetAndSet(), var_GetBool(), var_Inherit(), var_InheritBool(), var_OptionParse(), var_SetBool(), var_ToggleBool(), vlc_player_AoutCallback(), vlc_player_vout_OSDCallback(), vlc_player_VoutCallback(), and WallPaperCallback().
| struct { ... } vlc_value_t::coords |
Referenced by var_Create(), var_GetCoords(), and var_SetCoords().
| float vlc_value_t::f_float |
Referenced by CheckValue(), CmpFloat(), config_ChainParse(), Control(), Init(), TsRun(), var_Change(), var_Create(), var_GetFloat(), var_Inherit(), var_InheritFloat(), var_OptionParse(), var_SetFloat(), vlc_player_AoutCallback(), vlc_player_vout_OSDCallback(), vout_CreateVars(), vout_osd_PrintVariableText(), and ZoomCallback().
| int64_t vlc_value_t::i_int |
Referenced by aout_PrepareStereoMode(), CheckValue(), CmpInt(), config_ChainParse(), Control(), MainLoop(), MainLoopTryRepeat(), SecondarySubMarginCallback(), StartTitle(), StereoModeCallback(), SubMarginCallback(), var_Change(), var_Create(), var_DecInteger(), var_GetAndSet(), var_GetInteger(), var_IncInteger(), var_Inherit(), var_InheritInteger(), var_NAndInteger(), var_OptionParse(), var_OrInteger(), var_SetInteger(), vlc_key_to_action(), vlc_player_CorkCallback(), vlc_player_SetPause(), vlc_player_vout_OSDCallback(), and vout_InitInterlacingSupport().
| void* vlc_value_t::p_address |
| char* vlc_value_t::psz_string |
Referenced by AddCustomRatios(), AddIntfCallback(), aout_New(), AspectCallback(), CmpString(), config_ChainParse(), CropCallback(), DupString(), FilterCallback(), FreeString(), intf_Create(), ReplayGainCallback(), SubFilterCallback(), SubSourceCallback(), var_Create(), var_GetNonEmptyString(), var_GetString(), var_Inherit(), var_InheritString(), var_OptionParse(), var_SetString(), VideoFilterCallback(), VisualizationCallback(), vlc_player_AoutCallback(), vlc_player_vout_OSDCallback(), vout_CreateVars(), vout_InitInterlacingSupport(), and vout_osd_PrintVariableText().
| int32_t vlc_value_t::x |
Referenced by var_Create(), var_GetCoords(), and var_SetCoords().
| int32_t vlc_value_t::y |
Referenced by var_Create(), var_GetCoords(), and var_SetCoords().
1.8.13