pulseaudio/polyp/sound-file.h
Lennart Poettering e75b65715b remove global memblock statistic variables in favor of memblock_stat objects
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@137 fefdeb5f-60dc-0310-8127-8f9354f1896f
2004-08-17 19:37:29 +00:00

9 lines
221 B
C

#ifndef soundfilehfoo
#define soundfilehfoo
#include "memchunk.h"
#include "sample.h"
int pa_sound_file_load(const char *fname, struct pa_sample_spec *ss, struct pa_memchunk *chunk, struct pa_memblock_stat *s);
#endif