initial commit

This commit is contained in:
itsmattkc
2023-04-27 19:19:39 -07:00
commit 37100bf9c1
43 changed files with 1901 additions and 0 deletions

14
lib/mxstreamer.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef MXSTREAMER_H
#define MXSTREAMER_H
#include "mxstreamcontroller.h"
class MxStreamer
{
public:
__declspec(dllexport) MxStreamController *Open(const char *name, unsigned short p);
__declspec(dllexport) long Close(const char *p);
};
#endif // MXSTREAMER_H