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

RTCPCompoundHandler::ReceiverInfo - Struct for the data contained in a receiver info block.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                 RTCPCompoundHandler::ReceiverInfo(3)

Detailed Description

       Struct for the data contained in a receiver info block.

       Receiver info blocks can be found in SR (sender report) or RR (receiver report) RTCP packets.

Member Data Documentation

uint32RTCPCompoundHandler::ReceiverInfo::dlsr
       delay since last sender report.

   uint8RTCPCompoundHandler::ReceiverInfo::fractionLost
       packet fraction lost.

   uint32RTCPCompoundHandler::ReceiverInfo::highestSeqNum
       highest sequence number.

   uint32RTCPCompoundHandler::ReceiverInfo::jitter
       arrival jitter.

   uint16RTCPCompoundHandler::ReceiverInfo::lostLSW
       cumulative lost two LSB.

   uint8RTCPCompoundHandler::ReceiverInfo::lostMSB
       cumulative lost MSB of 3 octets.

   uint32RTCPCompoundHandler::ReceiverInfo::lsr
       last sender report timestamp.

Name

       RTCPCompoundHandler::ReceiverInfo - Struct for the data contained in a receiver info block.

Synopsis

       #include <rtcppkt.h>

   PublicAttributes
       uint8 fractionLost
           packet fraction lost.
       uint8 lostMSB
           cumulative lost MSB of 3 octets.
       uint16 lostLSW
           cumulative lost two LSB.
       uint32 highestSeqNum
           highest sequence number.
       uint32 jitter
           arrival jitter.
       uint32 lsr
           last sender report timestamp.
       uint32 dlsr
           delay since last sender report.

See Also