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

RTPSessionBaseHandler

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                             RTPSessionBaseHandler(3)

Member Function Documentation

voidRTPSessionBaseHandler::controlReceptionService(RTPSessionBase&s)[inline]voidRTPSessionBaseHandler::controlTransmissionService(RTPSessionBase&s)[inline]size_tRTPSessionBaseHandler::dispatchDataPacket(RTPSessionBase&s)[inline]SOCKETRTPSessionBaseHandler::getControlRecvSocket(RTPSessionBase&s)const[inline]SOCKETRTPSessionBaseHandler::getDataRecvSocket(RTPSessionBase&s)const[inline]timevalRTPSessionBaseHandler::getRTCPCheckInterval(RTPSessionBase&s)[inline]microtimeout_tRTPSessionBaseHandler::getSchedulingTimeout(RTPSessionBase&s)[inline]size_tRTPSessionBaseHandler::takeInDataPacket(RTPSessionBase&s)[inline]

Name

       RTPSessionBaseHandler

Synopsis

       #include <pool.h>

       Inherited by RTPSessionPool.

   PublicMemberFunctionsmicrotimeout_tgetSchedulingTimeout (RTPSessionBase &s)
       timeval getRTCPCheckInterval (RTPSessionBase &s)
       size_t takeInDataPacket (RTPSessionBase &s)
       size_t dispatchDataPacket (RTPSessionBase &s)
       void controlReceptionService (RTPSessionBase &s)
       void controlTransmissionService (RTPSessionBase &s)
       SOCKET getDataRecvSocket (RTPSessionBase &s) const
       SOCKET getControlRecvSocket (RTPSessionBase &s) const

See Also