Man page - sessions(3)
Packages contains this manual
- rtppkt.h(3)
- cqueue(3)
- formats.h(3)
- private.h(3)
- sockets(3)
- queuebase.h(3)
- sessions(3)
- ioqueue(3)
- oqueue.h(3)
- rtppacket(3)
- ext.h(3)
- cqueue.h(3)
- base.h(3)
- rtpext(3)
- rtp.h(3)
- sources.h(3)
- iqueue(3)
- pool.h(3)
- queuebase(3)
- channel.h(3)
- sources(3)
- iqueue.h(3)
- ioqueue.h(3)
- payload(3)
- rtcppacket(3)
- rtcppkt.h(3)
- oqueue(3)
apt-get install libccrtp-doc
Manual
sessions
NAMESYNOPSIS
Classes
Typedefs
Detailed Description
Typedef Documentation
RTPSession
RTPSocket
SymmetricRTPSession
Author
NAME
sessions - RTP sessions.
SYNOPSIS
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.
class
RTPSessionBase
Generic RTP protocol stack for exchange of realtime
data.
Typedefs
typedef
SingleThreadRTPSession RTPSession
Uses two pairs of sockets for RTP data and RTCP
transmission/reception.
typedef
RTPSession RTPSocket
Alias for RTPSession.
typedef
SingleThreadRTPSession
<
SymmetricRTPChannel
,
SymmetricRTPChannel
>
SymmetricRTPSession
Uses one pair of sockets, (1) for RTP data and (2) for RTCP
transmission/reception.
Detailed Description
Typedef Documentation
RTPSession
Uses two pairs of sockets for RTP data and RTCP transmission/reception. UDP/IPv4 RTP Session scheduled by one thread of execution.
Examples
audiorx.cpp , audiotx.cpp , ccrtptest.cpp , rtphello.cpp , rtplisten.cpp , and rtpsend.cpp .
RTPSocket
Alias for RTPSession.
SymmetricRTPSession
Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception. Symmetric UDP/IPv4 RTP session scheduled by one thread of execution.
Author
Generated automatically by Doxygen for ccRTP from the source code.