]> code.delx.au - pulseaudio/blob - src/protocol-esound.h
implement parec-simple and matching simple recording API
[pulseaudio] / src / protocol-esound.h
1 #ifndef fooprotocolesoundhfoo
2 #define fooprotocolesoundhfoo
3
4 #include "core.h"
5 #include "socket-server.h"
6
7 struct pa_protocol_esound;
8
9 struct pa_protocol_esound* pa_protocol_esound_new(struct pa_core*core, struct pa_socket_server *server);
10 void pa_protocol_esound_free(struct pa_protocol_esound *p);
11
12 #endif