1 #ifndef foointrospecthfoo
2 #define foointrospecthfoo
30 #include <pulse/cdecl.h>
651 typedef enum pa_autoload_type {
652 PA_AUTOLOAD_SINK = 0,
653 PA_AUTOLOAD_SOURCE = 1
654 } pa_autoload_type_t;
659 typedef struct pa_autoload_info {
662 pa_autoload_type_t type;
664 const char *argument;
668 typedef void (*pa_autoload_info_cb_t)(
pa_context *c,
const pa_autoload_info *i,
int eol,
void *userdata);