#include <queuebase.h>

Public Member Functions | ||||
| size_t | getDefaultMaxRecvPacketSize () const | |||
| size_t | getMaxRecvPacketSize () const | |||
| void | setMaxRecvPacketSize (size_t maxsize) | |||
| ||||
Protected Member Functions | ||||
| IncomingDataQueueBase () | ||||
| virtual | ~IncomingDataQueueBase () | |||
| IncomingDataQueueBase::IncomingDataQueueBase | ( | ) | [inline, protected] |
| virtual IncomingDataQueueBase::~IncomingDataQueueBase | ( | ) | [inline, protected, virtual] |
| size_t IncomingDataQueueBase::getDefaultMaxRecvPacketSize | ( | ) | const [inline] |
| size_t IncomingDataQueueBase::getMaxRecvPacketSize | ( | ) | const [inline] |
| void IncomingDataQueueBase::setMaxRecvPacketSize | ( | size_t | maxsize | ) | [inline] |
| maxsize | maximum length of received RTP data packets, in octets. |
Defaults to the value returned by getDefaultMaxRecvPacketSize().
1.5.4