Inheritance: IContentReaderFactory
Ejemplo n.º 1
0
 override protected void OnAttach()
 {
     if (factory == null)
     {
         factory = new MKVContentReaderFactory();
     }
     Application.PeerCast.ContentReaderFactories.Add(factory);
 }
Ejemplo n.º 2
0
 protected override void OnAttach()
 {
     if (factory==null) factory = new MKVContentReaderFactory();
       Application.PeerCast.ContentReaderFactories.Add(factory);
 }