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

RTCPSenderInfo - Sender block information of SR RTCP reports.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                                    RTCPSenderInfo(3)

Constructor & Destructor Documentation

RTCPSenderInfo::RTCPSenderInfo(void*si)[inline]RTCPSenderInfo::RTCPSenderInfo(RTCPCompoundHandler::SenderInfo&si)[inline]RTCPSenderInfo::~RTCPSenderInfo()[inline]

Detailed Description

       Sender block information of SR RTCP reports.

       Author
           Federico Montesino Pouzols fedemp@altern.org

Member Function Documentation

uint32RTCPSenderInfo::getNTPTimestampFrac()const[inline]
       Get fractional part of the NTP timestamp of this packet.

       SeealsoNTP2Timevaluint32RTCPSenderInfo::getNTPTimestampInt()const[inline]
       Get integer part of the NTP timestamp of this packet.

       SeealsoNTP2Timevaluint32RTCPSenderInfo::getOctetCount()const[inline]uint32RTCPSenderInfo::getPacketCount()const[inline]
       Get count of sent data packets.

   uint32RTCPSenderInfo::getRTPTimestamp()const[inline]

Name

       RTCPSenderInfo - Sender block information of SR RTCP reports.

Synopsis

       #include <rtcppkt.h>

   PublicMemberFunctionsRTCPSenderInfo (void *si)
       RTCPSenderInfo (RTCPCompoundHandler::SenderInfo &si)
       ~RTCPSenderInfo ()
       uint32 getNTPTimestampInt () const
           Get integer part of the NTP timestamp of this packet.
       uint32 getNTPTimestampFrac () const
           Get fractional part of the NTP timestamp of this packet.
       uint32 getRTPTimestamp () const
       uint32 getPacketCount () const
           Get count of sent data packets.
       uint32 getOctetCount () const

See Also