Searched defs:pa_source_port_info (Results 1 – 1 of 1) sorted by relevance
331 typedef struct pa_source_port_info { struct332 const char *name; /**< Name of this port */333 const char *description; /**< Description of this port */334 …rity; /**< The higher this value is, the more useful this port is as a default. */335 … /**< A flags (see #pa_port_available), indicating availability status of this port. \since 2.0 */336 …ity_group; /**< An indentifier for the group of ports that share their availability status with361 } pa_source_port_info; argument