Package rtpi

Examples of rtpi.RtpiSourceInfo


  subIDBase=subIDBase & 0xFFFFFFFFl; /* subIDBase == the IP address. We use this also as Participant ID
              * it would be better to get the participant ID from somewhere else.
              * However, for this simple example it should suffice.
              */
  try {
      localParticipant = new RtpiSourceInfo((int)subIDBase, cname);
  } catch (Exception ex) {
      System.err.println("Controler: Could not create local participant - exiting!");
      System.exit(0);
  }

View Full Code Here

TOP

Related Classes of rtpi.RtpiSourceInfo

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.