Method | Description | |
---|---|---|
ListenThread ( ) : void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void |
Clean up the RtcpListener A thread will not abort until it is in the running state. Our listening thread is generally blocked by the call to rtcpNetworkListener.ReceiveFrom(). In order to dispose things quickly and efficiently, we tell the listening thread to abort as soon as it is back in the running state. Then we clean up the network listener which should unblock us.
|
|
Initialize ( ) : void | ||
LogEvent ( string msg, EventLogEntryType et, int id ) : void | ||
RtcpListener ( IRtpSession rtpSession ) : System |
Constructs an RtcpListener The rtpSession is used as a communication point between the Rtcp and Rtp code
|