C# Class PeerCastStation.FLV.RTMP.SetPeerBandwidthMessage

Inheritance: RTMPMessage
Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
SetPeerBandwidthMessage ( RTMPMessage x ) : System
SetPeerBandwidthMessage ( long timestamp, long stream_id, long bandwidth, PeerBandwidthLimitType limit_type ) : System

Private Methods

Method Description
CreateBody ( long bandwidth, PeerBandwidthLimitType limit_type ) : byte[]

Method Details

SetPeerBandwidthMessage() public method

public SetPeerBandwidthMessage ( RTMPMessage x ) : System
x RTMPMessage
return System

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