Provided by: libccrtp-doc_2.0.9-2.3build1_all bug

NAME

       RTPSessionBase - RTP protocol stack based on Common C++.

SYNOPSIS

       #include <rtp.h>

Detailed Description

       RTP protocol stack based on Common C++.

       Generic RTP protocol stack for exchange of realtime data. This stack uses the concept of
       packet send and receive queues to schedule and buffer outgoing packets and to arrange or
       reorder incoming packets as they arrive.

       This is a template class that allows customization of two aspects: the underlying network
       and the control protocol. The RTPDataChannel and RTCPChannel template parameters specify
       the socket types to use. The ServiceQueue template parameter specify which packet queue is
       used.

       RTPSessionBase objects do not have any threading policy, thus allowing to customize this
       aspect in derived classes (see SingleThreadRTPSession or RTPSessionPoolBase).

       Author
           David Sugar dyfet@ostel.com

Author

       Generated automatically by Doxygen for ccRTP from the source code.