Class RTCP_Sender_Thread

Class RTCP_Sender_Thread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----RTCP_Sender_Thread

class RTCP_Sender_Thread
extends Thread
Implements an RTCP sender thread that sends user information as RTCP SDES items. The RTCP interval is derived by calling the appropiate function from the RTCP Packet Handler

Constructor Index

 o RTCP_Sender_Thread(MenuWindow)
Constructor function

Method Index

 o run()
Looping thread that assembles user SDES information every certain interval before sending out through RTCP sender multicast socket.
 o stopthread()
Terminates RTCP sender thread

Constructors

 o RTCP_Sender_Thread
  public RTCP_Sender_Thread(MenuWindow parent)
Constructor function

Methods

 o run
  public void run()
Looping thread that assembles user SDES information every certain interval before sending out through RTCP sender multicast socket.
Overrides:
run in class Thread
 o stopthread
  public void stopthread()
Terminates RTCP sender thread