|
VLC
2.1.0-git
|
The main vlc_object_t structure. More...

Data Fields | |
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \ | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| bool | b_force |
| set by the outside (eg. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
The main vlc_object_t structure.
| bool vlc_object_t::b_force |
| int vlc_object_t::i_flags |
Referenced by dialog_Login(), dialog_ProgressCreate(), dialog_Question(), dialog_VFatal(), vlc_custom_create(), and vlc_vaLog().
| libvlc_int_t* vlc_object_t::p_libvlc |
(root of all evil) - 1
Referenced by AddIntfCallback(), aout_ChangeFilterString(), config_AddIntf(), config_ExistIntf(), config_OpenConfigFile(), config_RemoveIntf(), dialog_GetProvider(), dialog_Register(), dialog_Unregister(), DumpCommand(), intf_Create(), pl_Get(), sap_destroy(), sout_AnnounceRegisterSDP(), sout_AnnounceUnRegister(), var_Command(), vlc_custom_create(), vlc_list_children(), vlc_object_destroy(), vlc_object_find_name(), vlc_object_release(), vlc_vaLog(), and vlm_New().
| vlc_object_t* vlc_object_t::p_parent |
our parent
Referenced by var_Inherit(), vlc_custom_create(), vlc_object_release(), and vlc_vaLog().
| char* vlc_object_t::psz_header |
Referenced by vlc_custom_create(), and vlc_object_destroy().
| const char* vlc_object_t::psz_object_type |
Referenced by vlc_custom_create(), and vlc_vaLog().
1.8.1.2