예제 #1
0
파일: Session.java 프로젝트: aevs/NG-911
 /**
  * Starts the RTCP Sender thread
  *
  * @param localPort The local port to send RTCP data from
  * @param remotePort The remote port to sent RTCP data to
  */
 public synchronized void createAndStartRTCPSenderThread(int localPort, int remotePort) {
   m_RTCPHandler.createAndStartRTCPSenderThread(localPort, remotePort);
 }