Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dintrospect.h261 typedef struct pa_sink_info { struct
262 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