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.h372 typedef struct pa_source_info { struct
373 const char *name; /**< Name of the source */
374 uint32_t index; /**< Index of the source */
375 const char *description; /**< Description of this source */
376 pa_sample_spec sample_spec; /**< Sample spec of this source */
397 } pa_source_info; argument