AppDataUnit | Interface (envelope) to data received over RTP packets |
ApplicationHandler | Application objects modification methods |
AVPQueue | This class, an RTP/RTCP queue, adds audio/video profile (AVP) specific methods to the generic RTCP service queue (QueueRTCPManager) |
ConflictHandler | To track addresses of sources conflicting with the local one |
ConflictHandler::ConflictingTransportAddress | |
CryptoContext | The implementation for a SRTP cryptographic context |
DestinationListHandler | This class handles a list of destination addresses |
DestinationListHandler::TransportAddress | |
DualRTPChannel< BaseSocket > | |
DualUDPIPv4Socket | A socket class based on two UDP/IPv4 sockets |
DynamicPayloadFormat | Dynamic payload format objects |
IncomingDataQueue | Queue for incoming RTP data packets in an RTP session |
IncomingDataQueue::SyncSourcesIterator | Iterator through the list of synchronizations sources in this session |
IncomingDataQueueBase | |
IncomingRTPPkt | RTP packets received from other participants |
Members | Members and senders accounting |
MembershipBookkeeping | Controls the group membership in the current session |
MembershipBookkeeping::IncomingRTPPktLink | Incoming RTP data packets control structure within the incoming packet queue class |
MembershipBookkeeping::SyncSourceLink | Synchronization Source internal handler within the incoming packets queue |
OutgoingDataQueue | A generic outgoing RTP data queue supporting multiple destinations |
OutgoingDataQueue::OutgoingRTPPktLink | |
OutgoingDataQueueBase | |
OutgoingRTPPkt | RTP packets being sent |
Participant | A class of objects representing remote participants (RTP applications) in a multimedia session |
ParticipantHandler | Participant objects modification methods |
PayloadFormat | Base payload format class |
PredEquals | Std equality for SessionListElement objects |
QueueRTCPManager | Adds generic management of RTCP functions to an RTP data queue |
RTCPCompoundHandler | Low level structs and RTCP packet parsing and building methods |
RTCPCompoundHandler::APPPacket | Struct for APP (application specific) RTCP packets |
RTCPCompoundHandler::BYEPacket | Struct for BYE (leaving session) RTCP packets |
RTCPCompoundHandler::FIRPacket | Struct for Full Intra-frame Request (FIR) RTCP packet |
RTCPCompoundHandler::NACKPacket | Struct for Negative ACKnowledgements (NACK) RTCP packet |
RTCPCompoundHandler::ReceiverInfo | Struct for the data contained in a receiver info block |
RTCPCompoundHandler::RecvReport | Raw structure of the source and every receiver report in an SR or RR RTCP packet |
RTCPCompoundHandler::RRBlock | Struct for a receiver info block in a SR (sender report) or an RR (receiver report) RTCP packet |
RTCPCompoundHandler::RTCPFixedHeader | Fixed RTCP packet header |
RTCPCompoundHandler::RTCPPacket | Struct representing general RTCP packet headers as they are sent through the network |
RTCPCompoundHandler::SDESChunk | Struct for a chunk of items in a SDES RTCP packet |
RTCPCompoundHandler::SDESItem | Struct for an item description of a SDES packet |
RTCPCompoundHandler::SenderInfo | Struct for the sender info block in a SR (sender report) RTCP packet |
RTCPCompoundHandler::SendReport | Struct for SR (sender report) RTCP packets |
RTCPReceiverInfo | Report block information of SR/RR RTCP reports |
RTCPSenderInfo | Sender block information of SR RTCP reports |
RTPApplication | An RTP application, holding identifying RTCP SDES item values |
RTPApplication::ParticipantsIterator | Iterator through the list of participants in this session |
RTPBaseUDPIPv4Socket | A UDP/IPv4 socket class targetted at RTP stacks |
RTPDataQueue | A packet queue handler for building different kinds of RTP protocol systems |
RTPDuplex | A peer associated RTP socket pair for physically connected peer hosts |
RTPPacket | A base class for both IncomingRTPPkt and OutgoingRTPPkt |
RTPPacket::RFC2833Payload | Structure defining RFC2833 Telephony events |
RTPQueueBase | A virtual base class for RTP queue hierarchies |
RTPSessionBase | Generic RTP protocol stack for exchange of realtime data |
RTPSessionBaseHandler | |
RTPSessionPool | This class is a base class for classes that define a group of RTP sessions that will be served by one or more execution threads |
SDESItemsHolder | Holds the SDES items and related information from a participant in an RTP application |
SessionListElement | Class for tracking session status |
SingleRTPSessionPool | |
SingleThreadRTPSession< RTPDataChannel, RTCPChannel, ServiceQueue > | This template class adds the threading aspect to the RTPSessionBase template in one of the many possible ways |
StaticPayloadFormat | Static payload format objects |
SyncSource | Synchronization source in an RTP session |
SyncSourceHandler | SyncSource objects modification methods |
TRTPSessionBase< RTPDataChannel, RTCPChannel, ServiceQueue > |