Inheritance: IContentReaderFactory
Beispiel #1
0
 override protected void OnAttach()
 {
     if (factory == null)
     {
         factory = new FLVContentReaderFactory();
     }
     Application.PeerCast.ContentReaderFactories.Add(factory);
 }
 protected override void OnAttach()
 {
     if (factory==null) factory = new FLVContentReaderFactory();
       Application.PeerCast.ContentReaderFactories.Add(factory);
 }