1 #ifndef foointrospecthfoo
2 #define foointrospecthfoo
30 #include <pulse/cdecl.h>
679 typedef enum pa_autoload_type {
680 PA_AUTOLOAD_SINK = 0,
681 PA_AUTOLOAD_SOURCE = 1
682 } pa_autoload_type_t;
687 typedef struct pa_autoload_info {
690 pa_autoload_type_t type;
692 const char *argument;
696 typedef void (*pa_autoload_info_cb_t)(
pa_context *c,
const pa_autoload_info *i,
int eol,
void *userdata);