VLC
3.0.15
|
Main service discovery structure to build a SD module. More...
Data Fields | |
struct vlc_common_members | 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... | |
services_discovery_sys_t * | 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 playlist_sd_item_added(), playlist_ServicesDiscoveryAdd(), and vlc_sd_Create().
struct vlc_common_members services_discovery_t::obj |
Referenced by playlist_sd_item_added(), and playlist_sd_item_removed().
struct services_discovery_owner_t services_discovery_t::owner |
Owner callbacks.
Referenced by playlist_sd_item_added(), playlist_sd_item_removed(), services_discovery_AddItem(), services_discovery_AddItemCat(), services_discovery_AddSubItem(), 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().
services_discovery_sys_t* 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().