|
VLC
2.1.0-git
|
VLC value structure. More...

Data Fields | |
| int64_t | i_int |
| bool | b_bool |
| float | f_float |
| char * | psz_string |
| void * | p_address |
| vlc_object_t * | p_object |
| vlc_list_t * | p_list |
| mtime_t | i_time |
| struct { | |
| int32_t x | |
| int32_t y | |
| } | coords |
VLC value structure.
| bool vlc_value_t::b_bool |
Referenced by CmpBool(), config_ChainParse(), Control(), DumpVariable(), FullscreenCallback(), input_SendEventRecord(), OnTopCallback(), RandomCallback(), ScalingCallback(), UpdateSPU(), var_Create(), var_GetAndSet(), var_GetBool(), var_Inherit(), var_InheritBool(), var_OptionParse(), var_SetBool(), var_ToggleBool(), and vout_InitInterlacingSupport().
| struct { ... } vlc_value_t::coords |
Referenced by DumpVariable(), var_Create(), var_GetCoords(), and var_SetCoords().
| float vlc_value_t::f_float |
Referenced by CheckValue(), CmpFloat(), config_ChainParse(), Control(), DumpVariable(), input_ControlVarInit(), input_SendEventCache(), input_SendEventPosition(), input_SendEventRate(), input_SendEventSignal(), MainLoopTryRepeat(), PositionCallback(), RateCallback(), ScalingCallback(), TimeCallback(), var_Create(), var_GetFloat(), var_Inherit(), var_InheritFloat(), var_OptionParse(), var_SetFloat(), vout_IntfInit(), and ZoomCallback().
| int64_t vlc_value_t::i_int |
Referenced by aout_OutputNew(), CheckValue(), CmpInt(), config_ChainParse(), Control(), CorksCallback(), DumpVariable(), ESCallback(), EsOutESVarUpdateGeneric(), Init(), InitPrograms(), input_ControlVarInit(), input_ControlVarNavigation(), input_ControlVarTitle(), input_SendEventSeekpoint(), input_SendEventState(), input_SendEventTitle(), input_vaControl(), InputEvent(), InputEventPreparse(), MainLoop(), MainLoopTryRepeat(), NavigationCallback(), RateCallback(), SeekpointCallback(), StartTitle(), StateCallback(), SubMarginCallback(), SubtitleAdd(), TitleCallback(), TsRun(), UpdateBookmarksOption(), var_Change(), var_CountChoices(), var_Create(), var_DecInteger(), var_GetAndSet(), var_GetInteger(), var_IncInteger(), var_Inherit(), var_InheritInteger(), var_NAndInteger(), var_OptionParse(), var_OrInteger(), var_SetInteger(), VarListAdd(), VarListDel(), VarListSelect(), vlc_key_to_action(), vout_InitInterlacingSupport(), and vout_SendEventSourceCrop().
| mtime_t vlc_value_t::i_time |
Referenced by CmpTime(), Control(), DumpVariable(), input_ControlVarInit(), input_SendEventAudioDelay(), input_SendEventLength(), input_SendEventPosition(), input_SendEventSubtitleDelay(), MainLoopTryRepeat(), PositionCallback(), StartTitle(), TimeCallback(), var_Create(), var_GetTime(), var_InheritTime(), and var_SetTime().
| void* vlc_value_t::p_address |
Referenced by CmpAddress(), DumpVariable(), UpdateSPU(), var_Create(), var_GetAddress(), var_InheritAddress(), and var_SetAddress().
| vlc_list_t* vlc_value_t::p_list |
Referenced by FreeList(), SubtitleAdd(), var_Change(), and var_FreeList().
| vlc_object_t* vlc_value_t::p_object |
Referenced by ObjectKillChildrens(), vlc_list_children(), and vlc_list_release().
| char* vlc_value_t::psz_string |
Referenced by AddCustomRatios(), AddIntfCallback(), aout_New(), aout_OutputNew(), AspectCallback(), CmpString(), config_ChainParse(), Control(), ControlRelease(), CropCallback(), Destroy(), DumpCommand(), DumpVariable(), DupString(), EqualizerCallback(), EsOutESVarUpdateGeneric(), FreeString(), input_ControlVarInit(), input_ControlVarNavigation(), input_ControlVarTitle(), input_vaControl(), intf_Create(), ReplayGainCallback(), SubFilterCallback(), SubSourceCallback(), UpdateBookmarksOption(), var_Change(), var_Create(), var_FreeList(), var_GetNonEmptyString(), var_GetString(), var_Inherit(), var_InheritString(), var_OptionParse(), var_SetString(), VarListAdd(), VideoFilterCallback(), VisualizationCallback(), vout_InitInterlacingSupport(), vout_IntfInit(), and vout_SendEventSourceCrop().
| int32_t vlc_value_t::x |
Referenced by DumpVariable(), var_Create(), var_GetCoords(), and var_SetCoords().
| int32_t vlc_value_t::y |
Referenced by DumpVariable(), var_Create(), var_GetCoords(), and var_SetCoords().
1.8.1.2