ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Attributes | Static Private Attributes
OutgoingDataQueueBase Class Reference

#include <queuebase.h>

Inheritance diagram for OutgoingDataQueueBase:
Inheritance graph
[legend]
Collaboration diagram for OutgoingDataQueueBase:
Collaboration graph
[legend]

Public Member Functions

size_t getDefaultMaxSendSegmentSize ()
 
void setMaxSendSegmentSize (size_t size)
 Set maximum payload segment size before fragmenting sends. More...
 
size_t getMaxSendSegmentSize ()
 
bool setPayloadFormat (const PayloadFormat &pf)
 Set the payload format in use, for timing and payload type identification purposes. More...
 
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). More...
 
PayloadType getCurrentPayloadType () const
 
timeval getInitialTime () const
 

Protected Member Functions

 OutgoingDataQueueBase ()
 
virtual ~OutgoingDataQueueBase ()
 
void setLocalSSRC (uint32 ssrc)
 
uint32 getLocalSSRCNetwork () const
 
virtual size_t dispatchBYE (const std::string &)
 A plugin point for posting of BYE messages. More...
 
virtual void renewLocalSSRC ()
 

Private Attributes

size_t maxSendSegmentSize
 

Static Private Attributes

static const size_t defaultMaxSendSegmentSize = 65536
 

Detailed Description

Author
Federico Montesino Pouzols fedem.nosp@m.p@al.nosp@m.tern..nosp@m.org

Definition at line 254 of file queuebase.h.

Constructor & Destructor Documentation

OutgoingDataQueueBase::OutgoingDataQueueBase ( )
protected

Definition at line 45 of file outqueue.cpp.

virtual OutgoingDataQueueBase::~OutgoingDataQueueBase ( )
inlineprotectedvirtual

Definition at line 280 of file queuebase.h.

Member Function Documentation

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

Definition at line 198 of file queuebase.h.

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 OutgoingDataQueueBase::getDefaultMaxSendSegmentSize ( )
inline

Definition at line 259 of file queuebase.h.

timeval RTPQueueBase::getInitialTime ( ) const
inlineinherited

Definition at line 201 of file queuebase.h.

uint32 RTPQueueBase::getLocalSSRC ( ) const
inlineinherited

Definition at line 184 of file queuebase.h.

uint32 RTPQueueBase::getLocalSSRCNetwork ( ) const
inlineprotectedinherited

Definition at line 214 of file queuebase.h.

size_t OutgoingDataQueueBase::getMaxSendSegmentSize ( )
inline

Definition at line 273 of file queuebase.h.

virtual void RTPQueueBase::renewLocalSSRC ( )
inlineprotectedvirtualinherited

Reimplemented in IncomingDataQueue, and RTPDataQueue.

Definition at line 232 of file queuebase.h.

void RTPQueueBase::setLocalSSRC ( uint32  ssrc)
inlineprotectedinherited

Definition at line 211 of file queuebase.h.

void OutgoingDataQueueBase::setMaxSendSegmentSize ( size_t  size)
inline

Set maximum payload segment size before fragmenting sends.

Parameters
sizeMaximum payload size.
Returns
Whether segment size was successfully set.

Definition at line 269 of file queuebase.h.

bool RTPQueueBase::setPayloadFormat ( const PayloadFormat pf)
inlineinherited

Set the payload format in use, for timing and payload type identification purposes.

Parameters
pfpayload format to use from now on.
Returns
whether the payload format has been successfully set.

Definition at line 177 of file queuebase.h.

Field Documentation

NAMESPACE_COMMONCPP const size_t OutgoingDataQueueBase::defaultMaxSendSegmentSize = 65536
staticprivate

Definition at line 284 of file queuebase.h.

size_t OutgoingDataQueueBase::maxSendSegmentSize
private

Definition at line 286 of file queuebase.h.


The documentation for this class was generated from the following files: