1#ifndef _CRTX_PULSEAUDIO_H
2#define _CRTX_PULSEAUDIO_H
16#include "pulse/pulseaudio.h"
18#define CRTX_PA_MSG_ETYPE "pulseaudio/event"
19extern char *crtx_pa_msg_etype[];
24 pa_proplist *client_proplist;
25 enum pa_subscription_mask subscription_mask;
28 pa_mainloop *mainloop;
29 enum pa_context_state state;
33CRTX_DECLARE_ALLOC_FUNCTION(pa)
The core definitions of libcortex.
base structure of a listener
Definition core.h:186
Definition pulseaudio.h:21