예제 #1
0
파일: Session.java 프로젝트: aevs/NG-911
 /**
  * Starts the RTCP Receiver thread.
  *
  * @param localPort The local port to use when sending RTCP data
  */
 public synchronized void createAndStartRTCPReceiverThread(int localPort) {
   m_RTCPHandler.createAndStartRTCPReceiverThread(localPort);
 }