Searched defs:pa_sink_info (Results 1 – 1 of 1) sorted by relevance
261 typedef struct pa_sink_info { struct262 const char *name; /**< Name of the sink */263 uint32_t index; /**< Index of the sink */264 const char *description; /**< Description of this sink */265 pa_sample_spec sample_spec; /**< Sample spec of this sink */286 } pa_sink_info; argument