12 #ifndef CXVIDEOSERVICENULL_H
13 #define CXVIDEOSERVICENULL_H
15 #include "cxResourceExport.h"
30 virtual void setActiveVideoSource(QString uid);
32 virtual std::vector<VideoSourcePtr> getVideoSources();
34 virtual void setConnectionMethod(QString connectionMethod);
35 virtual QString getConnectionMethod();
36 virtual void openConnection();
37 virtual void closeConnection();
38 virtual bool isConnected()
const;
41 virtual std::vector<TimelineEvent> getPlaybackEvents();
44 virtual QList<StreamerServicePtr> getStreamerServices();
46 virtual bool isNull();
51 #endif // CXVIDEOSERVICENULL_H