xine-lib  1.2.10
audio_filters.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2000-2018 the xine project
3  *
4  * This file is part of xine, a free video player.
5  *
6  * xine is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * xine is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
19  *
20  * catalog for audio filter plugins
21  */
22 
23 #include <xine/xine_internal.h>
24 
25 
26 void *upmix_init_plugin (xine_t *xine, const void *data);
27 void *upmix_mono_init_plugin (xine_t *xine, const void *data);
28 void *stretch_init_plugin (xine_t *xine, const void *data);
29 void *volnorm_init_plugin (xine_t *xine, const void *data);
xine_s
Definition: xine_internal.h:80
xineutils.h
XINE_POST_TYPE_AUDIO_FILTER
#define XINE_POST_TYPE_AUDIO_FILTER
Definition: xine.h:818
post_info_t
Definition: xine_plugin.h:83
post_info_t::type
uint32_t type
Definition: xine_plugin.h:84
NULL
NULL
Definition: xine_plugin.c:78
EXPORTED
const plugin_info_t xine_plugin_info[] EXPORTED
Definition: audio_filters.c:39
XINE_VERSION_CODE
#define XINE_VERSION_CODE
Definition: xine_internal.h:57
upmix_mono_init_plugin
void * upmix_mono_init_plugin(xine_t *xine, const void *data)
Definition: upmix_mono.c:333
volnorm_init_plugin
void * volnorm_init_plugin(xine_t *xine, const void *data)
Definition: volnorm.c:448
audio_filters.h
post.h
stretch_init_plugin
void * stretch_init_plugin(xine_t *xine, const void *data)
Definition: stretch.c:655
upmix_init_plugin
void * upmix_init_plugin(xine_t *xine, const void *data)
Definition: upmix.c:418
gen_special_info
static const post_info_t gen_special_info
Definition: audio_filters.c:34
PLUGIN_NONE
#define PLUGIN_NONE
Definition: xine_plugin.h:29
xine_internal.h
PLUGIN_POST
#define PLUGIN_POST
Definition: xine_plugin.h:37
config.h
plugin_info_t
Definition: xine_plugin.h:55