|
xine-lib
1.2.9
|
#include <xine/xine_internal.h>Go to the source code of this file.
Functions | |
| void * | upmix_init_plugin (xine_t *xine, void *data) |
| void * | upmix_mono_init_plugin (xine_t *xine, void *data) |
| void * | stretch_init_plugin (xine_t *xine, void *data) |
| void * | volnorm_init_plugin (xine_t *xine, void *data) |
| void* stretch_init_plugin | ( | xine_t * | xine, |
| void * | data | ||
| ) |
References default_post_class_dispose, N_, NULL, and stretch_open_plugin().
| void* upmix_init_plugin | ( | xine_t * | xine, |
| void * | data | ||
| ) |
References default_post_class_dispose, N_, NULL, and upmix_open_plugin().
| void* upmix_mono_init_plugin | ( | xine_t * | xine, |
| void * | data | ||
| ) |
References default_post_class_dispose, N_, NULL, and upmix_mono_open_plugin().
| void* volnorm_init_plugin | ( | xine_t * | xine, |
| void * | data | ||
| ) |
References default_post_class_dispose, N_, NULL, and volnorm_open_plugin().
1.8.14