Revision: | 1.1 |
Committed: | 2001-01-14T13:17:35Z (23 years, 10 months ago) by cebix |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | HEAD |
Log Message: | now also works as a SoundPlay plugin under BeOS |
# | User | Rev | Content |
---|---|---|---|
1 | cebix | 1.1 | |
2 | #include "pluginproto.h" | ||
3 | |||
4 | static void *getplugin(void **data,const char *name, const char *header, uint32 size, plugin_info *); | ||
5 | static void destroyplugin(void *,void*); | ||
6 | static BView* configure(BMessage *config); | ||
7 | |||
8 | static status_t open(void *,const char *name, const char *header, uint32 size, BMessage *config); | ||
9 | static int32 read(void *,char *buf, ulong count); | ||
10 | static status_t info(void *_synth, file_info *info); | ||
11 |