PeerCastStation.FLV.RTMP.RTMPPlayConnection.StreamName.StreamName C# (CSharp) Method

StreamName() public method

public StreamName ( ) : System
return System
      public StreamName()
      {
        this.Name = "";
        this.Format = "flv";
        this.Parameters = new Dictionary<string,string>();
      }