sessions
- Provided by: libccrtp-doc (Version: 2.0.9-2.3build1)
- Source: libccrtp
- Report a bug
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.
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.
Alias for RTPSession.
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.