.TH "IncomingDataQueueBase" 3 "ccRTP" \" -*- nroff -*- .ad l .nh .SH NAME IncomingDataQueueBase .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBRTPQueueBase\fP\&. .PP Inherited by \fBIncomingDataQueue\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "size_t \fBgetDefaultMaxRecvPacketSize\fP () const" .br .ti -1c .RI "size_t \fBgetMaxRecvPacketSize\fP () const" .br .ti -1c .RI "void \fBsetMaxRecvPacketSize\fP (size_t maxsize)" .br .in -1c Public Member Functions inherited from \fBRTPQueueBase\fP .in +1c .ti -1c .RI "bool \fBsetPayloadFormat\fP (const \fBPayloadFormat\fP &pf)" .br .RI "Set the payload format in use, for timing and payload type identification purposes\&. " .ti -1c .RI "uint32 \fBgetLocalSSRC\fP () const" .br .ti -1c .RI "uint32 \fBgetCurrentRTPClockRate\fP () const" .br .RI "Get the clock rate in RTP clock units (for instance, 8000 units per second for PCMU, or 90000 units per second for MP2T)\&. " .ti -1c .RI "\fBPayloadType\fP \fBgetCurrentPayloadType\fP () const" .br .ti -1c .RI "timeval \fBgetInitialTime\fP () const" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "\fBIncomingDataQueueBase\fP ()" .br .ti -1c .RI "virtual \fB~IncomingDataQueueBase\fP ()" .br .in -1c Protected Member Functions inherited from \fBRTPQueueBase\fP .in +1c .ti -1c .RI "\fBRTPQueueBase\fP (uint32 *ssrc=NULL)" .br .ti -1c .RI "void \fBsetLocalSSRC\fP (uint32 ssrc)" .br .ti -1c .RI "uint32 \fBgetLocalSSRCNetwork\fP () const" .br .ti -1c .RI "virtual \fB~RTPQueueBase\fP ()" .br .ti -1c .RI "virtual size_t \fBdispatchBYE\fP (const std::string &)" .br .RI "A plugin point for posting of BYE messages\&. " .ti -1c .RI "virtual void \fBrenewLocalSSRC\fP ()" .br .in -1c .SH "Detailed Description" .PP .PP \fBAuthor\fP .RS 4 Federico Montesino Pouzols fedemp@altern.org .RE .PP .SH "Constructor & Destructor Documentation" .PP .SS "IncomingDataQueueBase::IncomingDataQueueBase ()\fC [inline]\fP, \fC [protected]\fP" .SS "virtual IncomingDataQueueBase::~IncomingDataQueueBase ()\fC [inline]\fP, \fC [protected]\fP, \fC [virtual]\fP" .SH "Member Function Documentation" .PP .SS "size_t IncomingDataQueueBase::getDefaultMaxRecvPacketSize () const\fC [inline]\fP" .SS "size_t IncomingDataQueueBase::getMaxRecvPacketSize () const\fC [inline]\fP" .SS "void IncomingDataQueueBase::setMaxRecvPacketSize (size_t maxsize)\fC [inline]\fP" .PP \fBParameters\fP .RS 4 \fImaxsize\fP maximum length of received RTP data packets, in octets\&. Defaults to the value returned by \fBgetDefaultMaxRecvPacketSize()\fP\&. .RE .PP \fBNote\fP .RS 4 This method sets a filter for incoming packets\&. Setting higher values does not necessarily imply higher memory usage (this method does not set any buffer size)\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for ccRTP from the source code\&.