VLC 4.0.0-dev
Loading...
Searching...
No Matches
services_discovery_descriptor_t Struct Reference

Service discovery descriptor. More...

#include <vlc_services_discovery.h>

Data Fields

char * psz_short_desc
 The short description, human-readable.
 
char * psz_icon_url
 URL to the icon that represents it.
 
char * psz_url
 URL for the service.
 
int i_capabilities
 

Detailed Description

Service discovery descriptor.

See also
services_discovery_command_e

Field Documentation

◆ i_capabilities

int services_discovery_descriptor_t::i_capabilities

◆ psz_icon_url

char* services_discovery_descriptor_t::psz_icon_url

URL to the icon that represents it.

◆ psz_short_desc

char* services_discovery_descriptor_t::psz_short_desc

The short description, human-readable.

◆ psz_url

char* services_discovery_descriptor_t::psz_url

URL for the service.


The documentation for this struct was generated from the following file: