PeerCastStation.FLV.RTMP.RTMPSourceStreamPlugin.OnAttach C# (CSharp) 메소드

OnAttach() 보호된 메소드

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