mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
fix downsampling/resampling add support for U8 samples git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@49 fefdeb5f-60dc-0310-8127-8f9354f1896f
12 lines
288 B
C
12 lines
288 B
C
#ifndef fooprotocolclihfoo
|
|
#define fooprotocolclihfoo
|
|
|
|
#include "core.h"
|
|
#include "socket-server.h"
|
|
|
|
struct pa_protocol_cli;
|
|
|
|
struct pa_protocol_cli* pa_protocol_cli_new(struct pa_core *core, struct pa_socket_server *server);
|
|
void pa_protocol_cli_free(struct pa_protocol_cli *n);
|
|
|
|
#endif
|