
Data Fields | |
| module_t * | p_module |
| vlc_event_manager_t | event_manager |
| services_discovery_sys_t * | p_sys |
VLC_COMMON_MEMBERS these members are common for all vlc objects | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| volatile bool | b_error |
| set by the object | |
| volatile bool | b_die |
| set by the outside | |
| bool | b_force |
| set by the outside (eg. | |
| bool | be_sure_to_add_VLC_COMMON_MEMBERS_to_struct |
| Just a reminder so that people don't cast garbage. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
| const char* services_discovery_t::psz_object_type |
| volatile bool services_discovery_t::b_error |
set by the object
| volatile bool services_discovery_t::b_die |
set by the outside
set by the outside (eg.
Just a reminder so that people don't cast garbage.
our parent
Referenced by services_discovery_Destructor(), services_discovery_GetLocalizedName(), vlc_sd_Start(), and vlc_sd_Stop().
Referenced by AddDevice(), AddItem(), AddTrack(), browse_callback(), Callback(), client_callback(), CloseDevice(), CountTracks(), CreateAnnounce(), fileType(), input_item_subitem_added(), Open(), MediaServer::parseDeviceDescription(), ParseSAP(), ParseUrls(), RemoveAnnounce(), RemoveDevice(), resolve_callback(), Run(), MediaServer::subscribeToContentDirectory(), and Update().
1.5.6