Man page - outgoingdataqueuebase(3)
Packages contains this manual
- rtppkt.h(3)
- cqueue(3)
- formats.h(3)
- private.h(3)
- sockets(3)
- queuebase.h(3)
- sessions(3)
- ioqueue(3)
- oqueue.h(3)
- rtppacket(3)
- ext.h(3)
- cqueue.h(3)
- base.h(3)
- rtpext(3)
- rtp.h(3)
- sources.h(3)
- iqueue(3)
- pool.h(3)
- queuebase(3)
- channel.h(3)
- sources(3)
- iqueue.h(3)
- ioqueue.h(3)
- payload(3)
- rtcppacket(3)
- rtcppkt.h(3)
- oqueue(3)
apt-get install libccrtp-doc
Manual
OutgoingDataQueueBase
NAMESYNOPSIS
Public Member Functions
Protected Member Functions
Detailed Description
Constructor & Destructor Documentation
OutgoingDataQueueBase::OutgoingDataQueueBase () [protected]
virtual OutgoingDataQueueBase::˜OutgoingDataQueueBase () [inline],[protected], [virtual]
Member Function Documentation
size_t OutgoingDataQueueBase::getDefaultMaxSendSegmentSize () [inline]
size_t OutgoingDataQueueBase::getMaxSendSegmentSize () [inline]
void OutgoingDataQueueBase::setMaxSendSegmentSize (size_t size) [inline]
Author
NAME
OutgoingDataQueueBase
SYNOPSIS
#include <queuebase.h>
Inherits RTPQueueBase .
Inherited by OutgoingDataQueue .
Public Member Functions
size_t
getDefaultMaxSendSegmentSize
()
void
setMaxSendSegmentSize
(size_t size)
Set maximum payload segment size before fragmenting sends.
size_t
getMaxSendSegmentSize
()
Public Member Functions inherited from RTPQueueBase
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
Protected Member Functions
OutgoingDataQueueBase
()
virtual
˜OutgoingDataQueueBase
()
Protected Member Functions inherited from RTPQueueBase
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
()
Detailed Description
Author
Federico Montesino Pouzols fedemp@altern.org
Constructor & Destructor Documentation
OutgoingDataQueueBase::OutgoingDataQueueBase () [protected]
virtual OutgoingDataQueueBase::˜OutgoingDataQueueBase () [inline],[protected], [virtual]
Member Function Documentation
size_t OutgoingDataQueueBase::getDefaultMaxSendSegmentSize () [inline]
size_t OutgoingDataQueueBase::getMaxSendSegmentSize () [inline]
void OutgoingDataQueueBase::setMaxSendSegmentSize (size_t size) [inline]
Set maximum payload segment size before fragmenting sends.
Parameters
size Maximum payload size.
Returns
Whether segment size was successfully set.
Author
Generated automatically by Doxygen for ccRTP from the source code.