Package rtpi

Examples of rtpi.Rtpi


      System.exit(0);
  }

  System.out.println("reliablitiyService " + reliabilityService);

  rtpi = new Rtpi(reliabilityService, // The reliability service used for the RTP/I session
      localParticipant,   // The source info of the local source
      rtcpTransport,      // The transport instnce for RTCP/I
      2000,               // The maximum available bandwidth for RTCP/I
      true);              // We will use application level names
View Full Code Here

TOP

Related Classes of rtpi.Rtpi

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.