33 #ifndef CXVIDEOSERVICENULL_H
34 #define CXVIDEOSERVICENULL_H
36 #include "cxResourceExport.h"
51 virtual void setActiveVideoSource(QString uid);
53 virtual std::vector<VideoSourcePtr> getVideoSources();
55 virtual void setConnectionMethod(QString connectionMethod);
56 virtual QString getConnectionMethod();
57 virtual void openConnection();
58 virtual void closeConnection();
59 virtual bool isConnected()
const;
62 virtual std::vector<TimelineEvent> getPlaybackEvents();
65 virtual QList<StreamerServicePtr> getStreamerServices();
67 virtual bool isNull();
72 #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