Home
last modified time | relevance | path

Searched defs:pa_source_port_info (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dintrospect.h331 typedef struct pa_source_port_info { struct
332 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 with
361 } pa_source_port_info; argument