|
VLC
4.0.0-dev
|
Main service discovery structure to build a SD module. More...

Data Fields | |
| struct vlc_object_t | obj |
| module_t * | p_module |
| Loaded module. More... | |
| char * | psz_name |
| Main name of the SD. More... | |
| config_chain_t * | p_cfg |
| Configuration for the SD. More... | |
| const char * | description |
| Human-readable name. More... | |
| int(* | pf_control )(services_discovery_t *, int, va_list) |
| Control function. More... | |
| void * | p_sys |
| Custom private data. More... | |
| struct services_discovery_owner_t | owner |
| Owner callbacks. More... | |
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 |
| 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().
1.8.13