mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
23 lines
412 B
C
23 lines
412 B
C
|
|
/* autogenerated from gstvolumeorc.orc */
|
|
|
|
#ifndef _GSTVOLUMEORC_H_
|
|
#define _GSTVOLUMEORC_H_
|
|
|
|
#include <glib.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void orc_process_int16 (gint16 * d1, int p1, int n);
|
|
void orc_process_int16_clamp (gint16 * d1, int p1, int n);
|
|
void orc_process_int8 (gint8 * d1, int p1, int n);
|
|
void orc_process_int8_clamp (gint8 * d1, int p1, int n);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|