4 // the simplest plugin possible
9 #include "invertwindow.h"
10 #include "pluginvclient.h"
13 class InvertMain
: public PluginVClient
16 InvertMain(int argc
, char *argv
[]);
19 // required for all realtime plugins
20 int process_realtime(long size
, VFrame
**input_ptr
, VFrame
**output_ptr
);
21 int plugin_is_realtime();
22 int plugin_is_multi_channel();
31 int save_data(char *text
);
32 int read_data(char *text
);
34 // parameters needed for invert
37 // a thread for the GUI
41 // Utilities used by invert.