Ubuntu Manpages


class TRTPSessionBase< RTPDataChannel, RTCPChannel, ServiceQueue >
class SingleThreadRTPSession< RTPDataChannel, RTCPChannel, ServiceQueue >
class RTPSessionBase
RTP protocol stack based on Common C++.


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.

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.

Generated automatically by Doxygen for ccRTP from the source code.