PeerCastStation.FLV.FLVContentReaderPlugin.OnAttach C# (CSharp) Method

OnAttach() protected method

protected OnAttach ( ) : void
return void
    override protected void OnAttach()
    {
      if (factory==null) factory = new FLVContentReaderFactory();
      Application.PeerCast.ContentReaderFactories.Add(factory);
    }
FLVContentReaderPlugin