PeerCastStation.FLV.RTMP.CommandMessage.CommandMessage C# (CSharp) Method

CommandMessage() protected method

protected CommandMessage ( RTMPMessage x ) : System
x RTMPMessage
return System
    protected CommandMessage(RTMPMessage x)
      : base(x)
    {
    }

Same methods

CommandMessage::CommandMessage ( RTMPMessageType type, long timestamp, long stream_id, byte body ) : System