mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
ff816a1475
Original commit message from CVS: *** empty log message ***
10 lines
196 B
C
10 lines
196 B
C
#ifndef _MONOSCOPE_H
|
|
#define _MONOSCOPE_H
|
|
|
|
#include <glib.h>
|
|
|
|
void monoscope_init (guint32 resx, guint32 resy);
|
|
guint32 * monoscope_update (gint16 data [2][512]);
|
|
void monoscope_close ();
|
|
|
|
#endif
|