示例#1
0
文件: Session.java 项目: aevs/NG-911
 /** Stops the RTCP Sender thread */
 public synchronized void stopRTCPSenderThread() {
   m_RTCPHandler.stopRTCPSenderThread();
 }