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

CommandMessage() protected method

protected CommandMessage ( RTMPMessageType type, long timestamp, long stream_id, byte body ) : System
type RTMPMessageType
timestamp long
stream_id long
body byte
return System
    protected CommandMessage(
      RTMPMessageType type,
      long timestamp,
      long stream_id,
      byte[] body)
      : base(type, timestamp, stream_id, body)
    {
    }

Same methods

CommandMessage::CommandMessage ( RTMPMessage x ) : System