11 #ifndef CXLOCALSERVERSTREAMERSERVER_H
12 #define CXLOCALSERVERSTREAMERSERVER_H
14 #include "org_custusx_core_video_Export.h"
19 class ctkPluginContext;
40 std::vector<PropertyPtr> getSettings(QDomElement root);
60 virtual void startStreaming(
SenderPtr sender);
61 virtual void stopStreaming();
62 virtual bool isStreaming();
67 virtual void streamSlot() {}
69 void processStateChanged();
71 bool localVideoServerIsRunning();
76 QString mServerArguments;
83 #endif // CXLOCALSERVERSTREAMERSERVER_H