PeerCastStation.FLV.RTMP.RTMPSourceStreamPlugin.OnAttach C# (CSharp) Method

OnAttach() protected method

protected OnAttach ( ) : void
return void
    override protected void OnAttach()
    {
      if (factory==null) factory = new RTMPSourceStreamFactory(Application.PeerCast);
      Application.PeerCast.SourceStreamFactories.Add(factory);
    }
RTMPSourceStreamPlugin