mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-06-13 21:08:21 +02: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
14 lines
387 B
C
14 lines
387 B
C
#ifndef foopstreamutilhfoo
|
|
#define foopstreamutilhfoo
|
|
|
|
#include <inttypes.h>
|
|
#include "pstream.h"
|
|
#include "tagstruct.h"
|
|
|
|
/* The tagstruct is freed!*/
|
|
void pa_pstream_send_tagstruct(struct pa_pstream *p, struct pa_tagstruct *t);
|
|
|
|
void pa_pstream_send_error(struct pa_pstream *p, uint32_t tag, uint32_t error);
|
|
void pa_pstream_send_simple_ack(struct pa_pstream *p, uint32_t tag);
|
|
|
|
#endif
|