Searched defs:pa_source_info (Results 1 – 1 of 1) sorted by relevance
291 typedef struct pa_source_info { struct292 const char *name; /**< Name of the source */293 uint32_t index; /**< Index of the source */294 const char *description; /**< Description of this source */295 pa_sample_spec sample_spec; /**< Sample spec of this source */316 } pa_source_info; argument