36 #include <ctkServiceTracker.h>
44 ctkServiceTracker<StreamerService*> tracker(context);
47 QList<StreamerService*> serviceList = tracker.getServices();
49 for(
int i = 0; i < serviceList.size(); ++i)
virtual QString getType() const =0
Abstract class. Interface to Streamers.
static StreamerService * getStreamerServiceFromType(QString name, ctkPluginContext *context)