RTPQueueBase(3) | Library Functions Manual | RTPQueueBase(3) |
RTPQueueBase - A virtual base class for RTP queue hierarchies.
#include <queuebase.h>
Inherited by IncomingDataQueueBase [virtual], and OutgoingDataQueueBase [virtual].
bool setPayloadFormat (const PayloadFormat &pf)
Set the payload format in use, for timing and payload type identification
purposes. uint32 getLocalSSRC () const
uint32 getCurrentRTPClockRate () const
Get the clock rate in RTP clock units (for instance, 8000 units per second for
PCMU, or 90000 units per second for MP2T). PayloadType
getCurrentPayloadType () const
timeval getInitialTime () const
RTPQueueBase (uint32 *ssrc=NULL)
void setLocalSSRC (uint32 ssrc)
uint32 getLocalSSRCNetwork () const
virtual ~RTPQueueBase ()
virtual size_t dispatchBYE (const std::string &)
A plugin point for posting of BYE messages. virtual void renewLocalSSRC
()
A virtual base class for RTP queue hierarchies.
Author:
Parameters:
A plugin point for posting of BYE messages.
Parameters:
Returns:
Reimplemented in QueueRTCPManager.
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:
Reimplemented in IncomingDataQueue, and RTPDataQueue.
Set the payload format in use, for timing and payload type identification purposes.
Parameters:
Returns:
Examples:
rtpduphello.cpp.
Generated automatically by Doxygen for ccRTP from the source code.
Sat Oct 27 2018 | ccRTP |