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

SetPeerBandwidthMessage() public method

public SetPeerBandwidthMessage ( long timestamp, long stream_id, long bandwidth, PeerBandwidthLimitType limit_type ) : System
timestamp long
stream_id long
bandwidth long
limit_type PeerBandwidthLimitType
return System
    public SetPeerBandwidthMessage(long timestamp, long stream_id, long bandwidth, PeerBandwidthLimitType limit_type)
      : base(RTMPMessageType.SetPeerBandwidth, timestamp, stream_id, CreateBody(bandwidth, limit_type))
    {
      PeerBandwidth = bandwidth;
    }

Same methods

SetPeerBandwidthMessage::SetPeerBandwidthMessage ( RTMPMessage x ) : System