C# Class PeerCastStation.FLV.RTMP.SetPeerBandwidthMessage

Inheritance: RTMPMessage
Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Méthodes publiques

Méthode Description
SetPeerBandwidthMessage ( RTMPMessage x ) : System
SetPeerBandwidthMessage ( long timestamp, long stream_id, long bandwidth, PeerBandwidthLimitType limit_type ) : System

Private Methods

Méthode Description
CreateBody ( long bandwidth, PeerBandwidthLimitType limit_type ) : byte[]

Method Details

SetPeerBandwidthMessage() public méthode

public SetPeerBandwidthMessage ( RTMPMessage x ) : System
x RTMPMessage
Résultat System

SetPeerBandwidthMessage() public méthode

public SetPeerBandwidthMessage ( long timestamp, long stream_id, long bandwidth, PeerBandwidthLimitType limit_type ) : System
timestamp long
stream_id long
bandwidth long
limit_type PeerBandwidthLimitType
Résultat System