Inheritance: PeerCastStation.Core.SourceStreamFactoryBase
Exemplo n.º 1
0
 override protected void OnAttach()
 {
     if (factory == null)
     {
         factory = new PCPSourceStreamFactory(Application.PeerCast);
     }
     Application.PeerCast.SourceStreamFactories.Add(factory);
 }
Exemplo n.º 2
0
 protected override void OnAttach()
 {
     if (factory==null) factory = new PCPSourceStreamFactory(Application.PeerCast);
       Application.PeerCast.SourceStreamFactories.Add(factory);
 }