C# Class PeerCastStation.FLV.RTMP.AggregateMessage

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

Public Methods

Method Description
AggregateMessage ( RTMPMessage x ) : System
AggregateMessage ( long timestamp, long stream_id, IEnumerable messages ) : System

Private Methods

Method Description
CreateBody ( long timestamp, IEnumerable messages ) : byte[]

Method Details

AggregateMessage() public method

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

AggregateMessage() public method

public AggregateMessage ( long timestamp, long stream_id, IEnumerable messages ) : System
timestamp long
stream_id long
messages IEnumerable
return System