A virtual base class for RTP queue hierarchies.
More...
#include <queuebase.h>
A virtual base class for RTP queue hierarchies.
- Author
- Federico Montesino Pouzols fedem.nosp@m.p@al.nosp@m.tern..nosp@m.org
◆ RTPQueueBase()
RTPQueueBase::RTPQueueBase |
( |
uint32 * |
ssrc = NULL | ) |
|
|
protected |
- Parameters
-
ssrc | If not null, the local SSRC identifier for this session. |
◆ ~RTPQueueBase()
virtual RTPQueueBase::~RTPQueueBase |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ dispatchBYE()
virtual size_t RTPQueueBase::dispatchBYE |
( |
const std::string & |
| ) |
|
|
inlineprotectedvirtual |
◆ getCurrentPayloadType()
PayloadType RTPQueueBase::getCurrentPayloadType |
( |
| ) |
const |
|
inline |
◆ getCurrentRTPClockRate()
uint32 RTPQueueBase::getCurrentRTPClockRate |
( |
| ) |
const |
|
inline |
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.
- Examples
- ccrtptest.cpp, and rtphello.cpp.
◆ getInitialTime()
timeval RTPQueueBase::getInitialTime |
( |
| ) |
const |
|
inline |
◆ getLocalSSRC()
uint32 RTPQueueBase::getLocalSSRC |
( |
| ) |
const |
|
inline |
◆ getLocalSSRCNetwork()
uint32 RTPQueueBase::getLocalSSRCNetwork |
( |
| ) |
const |
|
inlineprotected |
◆ renewLocalSSRC()
virtual void RTPQueueBase::renewLocalSSRC |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ setLocalSSRC()
void RTPQueueBase::setLocalSSRC |
( |
uint32 |
ssrc | ) |
|
|
inlineprotected |
◆ setPayloadFormat()
The documentation for this class was generated from the following file: