#include <ccrtp/cqueue.h>
#include <ccrtp/channel.h>
Classes
class TRTPSessionBase<RTPDataChannel,RTCPChannel,ServiceQueue>
class SingleThreadRTPSession<RTPDataChannel,RTCPChannel,ServiceQueue>
This template class adds the threading aspect to the RTPSessionBase template in one of the many
possible ways.
Typedefs
typedef SingleThreadRTPSessionRTPSession
Uses two pairs of sockets for RTP data and RTCP transmission/reception.
typedef RTPSessionRTPSocket
Alias for RTPSession.
typedef SingleThreadRTPSession< SymmetricRTPChannel, SymmetricRTPChannel > SymmetricRTPSession
Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception.