public void Init() { m_context = Context.Instance; m_channelUrls = new string[] { "http://www.youtube.com/user/psystarcraft", "http://day9tv.blip.tv/posts?view=archive&nsfw=dc" }; m_downloadUrls = new string[] { "http://www.youtube.com/watch?v=oklB9_k5mNk", "http://day9tv.blip.tv/file/4593518/" }; }
public ChannelSourceFactory(Context context) : base(context) { CreatorType = typeof(ChannelSourceCreator); }
public SourceFactoryBase(Context context) { Context = context; }
//private SortedDictionary<string, string> m_registeredMediaTypes; public DownloadSourceFactory(Context context) : base(context) { CreatorType = typeof(DownloadSourceCreator); }