.TH "channel.h" 3 "Sat Oct 27 2018" "ccRTP" \" -*- nroff -*- .ad l .nh .SH NAME channel.h \- Definition of socket classes for different underlying transport and/or network protocols that can be used to instantiate the \fBTRTPSessionBase\fP template\&. .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBRTPBaseUDPIPv4Socket\fP" .br .RI "A UDP/IPv4 socket class targeted at RTP stacks\&. " .ti -1c .RI "class \fBDualRTPChannel< BaseSocket >\fP" .br .in -1c .SS "Typedefs" .in +1c .ti -1c .RI "typedef \fBDualRTPChannel\fP< \fBRTPBaseUDPIPv4Socket\fP > \fBDualRTPUDPIPv4Channel\fP" .br .ti -1c .RI "typedef \fBRTPBaseUDPIPv4Socket\fP \fBSingleRTPChannel\fP" .br .RI "May be used in applications where using the same socket for both sending and receiving is not a limitation\&. " .ti -1c .RI "typedef \fBSingleRTPChannel\fP \fBSymmetricRTPChannel\fP" .br .RI "Actually, RTP with a single channel can be called 'Symmetric RTP'\&. " .in -1c .SS "Functions" .in +1c .ti -1c .RI "size_t \fBccioctl\fP (int so, int request, size_t &len)" .br .in -1c .SH "Detailed Description" .PP Definition of socket classes for different underlying transport and/or network protocols that can be used to instantiate the \fBTRTPSessionBase\fP template\&. .SH "Function Documentation" .PP .SS "size_t ccioctl (int so, int request, size_t & len)\fC [inline]\fP" .SH "Author" .PP Generated automatically by Doxygen for ccRTP from the source code\&.