C# Class PeerCastStation.FLV.RTMP.RTMPMessage

Show file Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
RTMPMessage ( RTMPMessageType message_type, long timestamp, long stream_id, byte body ) : System

Protected Methods

Method Description
RTMPMessage ( RTMPMessage x ) : System

Method Details

RTMPMessage() protected method

protected RTMPMessage ( RTMPMessage x ) : System
x RTMPMessage
return System

RTMPMessage() public method

public RTMPMessage ( RTMPMessageType message_type, long timestamp, long stream_id, byte body ) : System
message_type RTMPMessageType
timestamp long
stream_id long
body byte
return System