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