summaryrefslogtreecommitdiffstats
path: root/src/format.h
blob: 91caf2595c0cbd16406f1b73f3d43521be2d68f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef foosydneyformathfoo
#define foosydneyformathfoo

#include <sys/types.h>

#include "sydney.h"
#include "bbuffer.h"

typedef int (*sa_format_func_t) (sa_bbuffer_t *b, void *dst, size_t dstr, const void *src, size_t sstr, size_t bytes);

sa_format_func_t sa_get_format_func(sa_pcm_format_t from, sa_pcm_format_t to);

#endif