|
VLC 4.0.0-dev
|
Main service discovery structure to build a SD module. More...
#include <vlc_services_discovery.h>
Data Fields | |
| struct vlc_object_t | obj |
| module_t * | p_module |
| Loaded module. | |
| char * | psz_name |
| Main name of the SD. | |
| config_chain_t * | p_cfg |
| Configuration for the SD. | |
| const char * | description |
| Human-readable name. | |
| int(* | pf_control )(services_discovery_t *, int, va_list) |
| Control function. | |
| void * | p_sys |
| Custom private data. | |
| struct services_discovery_owner_t | owner |
| Owner callbacks. | |
Main service discovery structure to build a SD module.
| const char* services_discovery_t::description |
Human-readable name.
Referenced by vlc_media_source_New(), and vlc_sd_Create().
| struct vlc_object_t services_discovery_t::obj |
| struct services_discovery_owner_t services_discovery_t::owner |
Owner callbacks.
Referenced by services_discovery_AddItem(), services_discovery_AddSubItem(), services_discovery_item_added(), services_discovery_item_removed(), services_discovery_RemoveItem(), and vlc_sd_Create().
| config_chain_t* services_discovery_t::p_cfg |
Configuration for the SD.
Referenced by vlc_sd_Create(), and vlc_sd_Destroy().
| module_t* services_discovery_t::p_module |
Loaded module.
Referenced by vlc_sd_Create(), and vlc_sd_Destroy().
| void* services_discovery_t::p_sys |
Custom private data.
| int(* services_discovery_t::pf_control) (services_discovery_t *, int, va_list) |
| char* services_discovery_t::psz_name |
Main name of the SD.
Referenced by vlc_sd_Create(), and vlc_sd_Destroy().