Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dintrospect.h366 typedef struct pa_source_info { struct
367 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