.TH "rtp.h" 3 "Sat Oct 27 2018" "ccRTP" \" -*- nroff -*- .ad l .nh .SH NAME rtp.h \- Generic and audio/video profile specific RTP interface of ccRTP\&. .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBTRTPSessionBase< RTPDataChannel, RTCPChannel, ServiceQueue >\fP" .br .ti -1c .RI "class \fBSingleThreadRTPSession< RTPDataChannel, RTCPChannel, ServiceQueue >\fP" .br .RI "This template class adds the threading aspect to the \fBRTPSessionBase\fP template in one of the many possible ways\&. " .in -1c .SS "Typedefs" .in +1c .ti -1c .RI "typedef \fBSingleThreadRTPSession\fP \fBRTPSession\fP" .br .RI "Uses two pairs of sockets for RTP data and RTCP transmission/reception\&. " .ti -1c .RI "typedef \fBRTPSession\fP \fBRTPSocket\fP" .br .RI "Alias for RTPSession\&. " .ti -1c .RI "typedef \fBSingleThreadRTPSession\fP< \fBSymmetricRTPChannel\fP, \fBSymmetricRTPChannel\fP > \fBSymmetricRTPSession\fP" .br .RI "Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception\&. " .in -1c .SH "Detailed Description" .PP Generic and audio/video profile specific RTP interface of ccRTP\&. The classes and types in this header provide general RTP functionality (following RFC 3550) as well as audio/video RTP profile specific functionality (following RFC 3551)\&. .SH "Author" .PP Generated automatically by Doxygen for ccRTP from the source code\&.