Searched defs:pa_source_info (Results 1 – 1 of 1) sorted by relevance
366 typedef struct pa_source_info { struct367 const char *name; /**< Name of the source */368 uint32_t index; /**< Index of the source */369 const char *description; /**< Description of this source */370 pa_sample_spec sample_spec; /**< Sample spec of this source */391 } pa_source_info; argument