Classes

RTCP_Channel.h File Reference

#include "orbsvcs/AV/RTP.h"
#include "orbsvcs/AV/RTCP_Packet.h"
#include "ace/Message_Block.h"
#include "ace/SString.h"

Classes

class  RTCP_Channel_In
 The RTCP_Channel_In class represents a single incoming data channel, or stream. The class has several responsibilities. When the class is instantiated, the incoming RTP traffic must be declared a valid source based on the RTP packets received. Once declared valie, this class is responsible for keeping up with reception statistics and other information. When an SR or RR is created (outside of this class), this class is used to get the Receiver Report block for this particular stream. More...
class  RTCP_Channel_Out
 The RTCP_Channel_Out class represents a single outgoing data channel, or stream. It keeps track of statistics such as number of packets sent and number of bytes sent. More...
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines