Provided by: libccrtp-doc_2.0.9-2.3build1_all 

NAME
sessions
SYNOPSIS
Classes
class TRTPSessionBase< RTPDataChannel, RTCPChannel, ServiceQueue >
class SingleThreadRTPSession< RTPDataChannel, RTCPChannel, ServiceQueue >
class RTPSessionBase
RTP protocol stack based on Common C++.
Typedefs
typedef SingleThreadRTPSession RTPSession
UDP/IPv4 RTP Session scheduled by one thread of execution.
typedef RTPSession RTPSocket
typedef SingleThreadRTPSession< SymmetricRTPChannel, SymmetricRTPChannel > SymmetricRTPSession
Symmetric UDP/IPv4 RTP session scheduled by one thread of execution.
Detailed Description
Typedef Documentation
RTPSession
UDP/IPv4 RTP Session scheduled by one thread of execution. Uses two pairs of sockets for RTP data and
RTCP transmission/reception.
Examples
audiorx.cpp, audiotx.cpp, ccrtptest.cpp, rtphello.cpp, rtplisten.cpp, and rtpsend.cpp.
RTPSocket
Alias for RTPSession.
SymmetricRTPSession
Symmetric UDP/IPv4 RTP session scheduled by one thread of execution. Uses one pair of sockets, (1) for
RTP data and (2) for RTCP transmission/reception.
Author
Generated automatically by Doxygen for ccRTP from the source code.
ccRTP Tue Mar 24 2020 sessions(3)