C# Class PeerCastStation.FLV.RTMP.SetWindowSizeMessage

Inheritance: RTMPMessage
Mostra file Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
SetWindowSizeMessage ( RTMPMessage x ) : System
SetWindowSizeMessage ( long timestamp, long stream_id, long window_size ) : System

Private Methods

Method Description
CreateBody ( long window_size ) : byte[]

Method Details

SetWindowSizeMessage() public method

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

SetWindowSizeMessage() public method

public SetWindowSizeMessage ( long timestamp, long stream_id, long window_size ) : System
timestamp long
stream_id long
window_size long
return System