]> code.delx.au - pulseaudio/blob - src/pulsecore/mime-type.h
remap: Change remapping function argument type from void to int16_t / float as approp...
[pulseaudio] / src / pulsecore / mime-type.h
1 #ifndef foopulsecoremimetypehfoo
2 #define foopulsecoremimetypehfoo
3 /***
4 This file is part of PulseAudio.
5
6 Copyright 2009 Lennart Poettering
7
8 PulseAudio is free software; you can redistribute it and/or modify
9 it under the terms of the GNU Lesser General Public License as published
10 by the Free Software Foundation; either version 2.1 of the License,
11 or (at your option) any later version.
12
13 PulseAudio is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 General Public License for more details.
17
18 You should have received a copy of the GNU Lesser General Public License
19 along with PulseAudio; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21 USA.
22 ***/
23
24 #include <pulsecore/macro.h>
25 #include <pulse/sample.h>
26 #include <pulse/channelmap.h>
27
28 bool pa_sample_spec_is_mime(const pa_sample_spec *ss, const pa_channel_map *cm);
29 void pa_sample_spec_mimefy(pa_sample_spec *ss, pa_channel_map *cm);
30 char *pa_sample_spec_to_mime_type(const pa_sample_spec *ss, const pa_channel_map *cm);
31 char *pa_sample_spec_to_mime_type_mimefy(const pa_sample_spec *_ss, const pa_channel_map *_cm);
32
33 #endif