예제 #1
0
파일: Session.java 프로젝트: aevs/NG-911
 /** Stops the RTCP Sender thread */
 public synchronized void stopRTCPSenderThread() {
   m_RTCPHandler.stopRTCPSenderThread();
 }