C# Class PeerCastStation.FLV.RTMP.RTMPConnection.QueuedMessage

Mostrar archivo Open project: kumaryu/peercaststation

Public Properties

Property Type Description
Stopwatch System.Diagnostics.Stopwatch

Public Methods

Method Description
QueuedMessage ( MessageDirection direction, int chunk_stream_id, RTMPMessage msg ) : System

Private Methods

Method Description
QueuedMessage ( ) : System

Method Details

QueuedMessage() public method

public QueuedMessage ( MessageDirection direction, int chunk_stream_id, RTMPMessage msg ) : System
direction MessageDirection
chunk_stream_id int
msg RTMPMessage
return System

Property Details

Stopwatch public_oe static_oe property

public static System.Diagnostics.Stopwatch Stopwatch
return System.Diagnostics.Stopwatch