#include <queuebase.h>
- Author
- Federico Montesino Pouzols fedem.nosp@m.p@al.nosp@m.tern..nosp@m.org
Definition at line 294 of file queuebase.h.
IncomingDataQueueBase::IncomingDataQueueBase |
( |
| ) |
|
|
inlineprotected |
virtual IncomingDataQueueBase::~IncomingDataQueueBase |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual size_t RTPQueueBase::dispatchBYE |
( |
const std::string & |
| ) |
|
|
inlineprotectedvirtualinherited |
A plugin point for posting of BYE messages.
- Parameters
-
- | reason to leave the RTP session. |
- Returns
- number of octets sent.
Reimplemented in QueueRTCPManager.
Definition at line 228 of file queuebase.h.
PayloadType RTPQueueBase::getCurrentPayloadType |
( |
| ) |
const |
|
inlineinherited |
uint32 RTPQueueBase::getCurrentRTPClockRate |
( |
| ) |
const |
|
inlineinherited |
Get the clock rate in RTP clock units (for instance, 8000 units per second for PCMU, or 90000 units per second for MP2T).
This value depends on what payload format has been selected using setPayloadFormat().
- Returns
- clock rate in RTP clock units.
Definition at line 195 of file queuebase.h.
size_t IncomingDataQueueBase::getDefaultMaxRecvPacketSize |
( |
| ) |
const |
|
inline |
timeval RTPQueueBase::getInitialTime |
( |
| ) |
const |
|
inlineinherited |
uint32 RTPQueueBase::getLocalSSRC |
( |
| ) |
const |
|
inlineinherited |
uint32 RTPQueueBase::getLocalSSRCNetwork |
( |
| ) |
const |
|
inlineprotectedinherited |
size_t IncomingDataQueueBase::getMaxRecvPacketSize |
( |
| ) |
const |
|
inline |
virtual void RTPQueueBase::renewLocalSSRC |
( |
| ) |
|
|
inlineprotectedvirtualinherited |
void RTPQueueBase::setLocalSSRC |
( |
uint32 |
ssrc | ) |
|
|
inlineprotectedinherited |
void IncomingDataQueueBase::setMaxRecvPacketSize |
( |
size_t |
maxsize | ) |
|
|
inline |
- Parameters
-
- Note
- 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).
Definition at line 316 of file queuebase.h.
Set the payload format in use, for timing and payload type identification purposes.
- Parameters
-
pf | payload format to use from now on. |
- Returns
- whether the payload format has been successfully set.
Definition at line 177 of file queuebase.h.
NAMESPACE_COMMONCPP const size_t IncomingDataQueueBase::defaultMaxRecvPacketSize = 65534 |
|
staticprivate |
size_t IncomingDataQueueBase::maxRecvPacketSize |
|
private |
The documentation for this class was generated from the following files: