summaryrefslogtreecommitdiffstats
path: root/gst/monoscope/monoscope.h
blob: 29fdf10c87bace8e8b30b11e4c7471b6d5411159 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _MONOSCOPE_H
#define _MONOSCOPE_H

#include <glib.h>

void monoscope_init (guint32 resx, guint32 resy);
guint32 * monoscope_update (gint16 data [512]);
void monoscope_close ();

#endif