I'm too lazy to comment this
[platform/upstream/gst-plugins-good.git] / gst / monoscope / monoscope.h
1 #ifndef _MONOSCOPE_H
2 #define _MONOSCOPE_H
3
4 #include <glib.h>
5
6 void monoscope_init (guint32 resx, guint32 resy);
7 guint32 * monoscope_update (gint16 data [2][512]);
8 void monoscope_close ();
9
10 #endif