Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/pulse/
Dintrospect.h291 typedef struct pa_source_info { struct
292 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