54 return std::vector<VideoSourcePtr>();
85 return std::vector<TimelineEvent>();
96 return QList<StreamerServicePtr>();
103 void VideoServiceNull::printWarning()
virtual bool isConnected() const
virtual StreamerServicePtr getStreamerService(QString uid)
virtual void setPlaybackMode(PlaybackTimePtr controller)
virtual QList< StreamerServicePtr > getStreamerServices()
virtual VideoSourcePtr getActiveVideoSource()
virtual QString getConnectionMethod()
virtual std::vector< VideoSourcePtr > getVideoSources()
boost::shared_ptr< class PlaybackTime > PlaybackTimePtr
virtual void openConnection()
virtual std::vector< TimelineEvent > getPlaybackEvents()
virtual void setActiveVideoSource(QString uid)
virtual void closeConnection()
boost::shared_ptr< class VideoSource > VideoSourcePtr
VideoSource controlled by a vtkImageData.
boost::shared_ptr< class StreamerService > StreamerServicePtr
virtual void setConnectionMethod(QString connectionMethod)
Null implementation of the StreamerService.