gstreamer/gst/synaesthesia/synaescope.h
Thomas Vander Stichele 908defa2c4 gst-indent
Original commit message from CVS:
gst-indent
2004-03-14 22:34:30 +00:00

10 lines
205 B
C

#ifndef _SYNAESCOPE_H
#define _SYNAESCOPE_H
#include <glib.h>
void synaesthesia_init (guint32 resx, guint32 resy);
guint32 *synaesthesia_update (gint16 data[2][512]);
void synaesthesia_close ();
#endif