C# Class PeerCastStation.FLV.RTMP.UserControlMessage.StreamIsRecordedMessage

Inheritance: RTMPMessage
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method Description
StreamIsRecordedMessage ( RTMPMessage x ) : System
StreamIsRecordedMessage ( long timestamp, long stream_id, long target_stream_id ) : System

Private Methods

Method Description
CreateBody ( long target_stream_id ) : byte[]

Method Details

StreamIsRecordedMessage() public method

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

StreamIsRecordedMessage() public method

public StreamIsRecordedMessage ( long timestamp, long stream_id, long target_stream_id ) : System
timestamp long
stream_id long
target_stream_id long
return System