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
boost::shared_ptr< class PlaybackTime > PlaybackTimePtr
virtual ~VideoServiceNull()
boost::shared_ptr< class VideoSource > VideoSourcePtr
Provides access to all video sources in the system, and connection stuff for the sources.
boost::shared_ptr< class StreamerService > StreamerServicePtr
Namespace for all CustusX production code.