logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IncomingDataQueueBase

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                             IncomingDataQueueBase(3)

Constructor & Destructor Documentation

IncomingDataQueueBase::IncomingDataQueueBase()[inline],[protected]virtualIncomingDataQueueBase::~IncomingDataQueueBase()[inline],[protected],[virtual]

Detailed Description

Author
           Federico Montesino Pouzols fedemp@altern.org

Member Function Documentation

size_tIncomingDataQueueBase::getDefaultMaxRecvPacketSize()const[inline]size_tIncomingDataQueueBase::getMaxRecvPacketSize()const[inline]voidIncomingDataQueueBase::setMaxRecvPacketSize(size_tmaxsize)[inline]Parametersmaxsize maximum length of received RTP data packets, in octets. Defaults to the value returned by
           getDefaultMaxRecvPacketSize().

       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).

Name

       IncomingDataQueueBase

Synopsis

       #include <queuebase.h>

       Inherits RTPQueueBase.

       Inherited by IncomingDataQueue.

   PublicMemberFunctions
       size_t getDefaultMaxRecvPacketSize () const
       size_t getMaxRecvPacketSize () const
       void setMaxRecvPacketSize (size_t maxsize)

       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).
       PayloadTypegetCurrentPayloadType () const
       timeval getInitialTime () const

   ProtectedMemberFunctionsIncomingDataQueueBase ()
       virtual ~IncomingDataQueueBase ()

       Protected Member Functions inherited from RTPQueueBaseRTPQueueBase (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 ()

See Also