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::SenderInfo - Struct for the sender info block in a SR (sender report) RTCP packet.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                   RTCPCompoundHandler::SenderInfo(3)

Detailed Description

       Struct for the sender info block in a SR (sender report) RTCP packet.

Member Data Documentation

uint32RTCPCompoundHandler::SenderInfo::NTPLSW
       NTP timestamp lower octets.

   uint32RTCPCompoundHandler::SenderInfo::NTPMSW
       NTP timestamp higher octets.

   uint32RTCPCompoundHandler::SenderInfo::octetCount
       cumulative octet counter.

   uint32RTCPCompoundHandler::SenderInfo::packetCount
       cumulative packet counter.

   uint32RTCPCompoundHandler::SenderInfo::RTPTimestamp
       RTP timestamp.

Name

       RTCPCompoundHandler::SenderInfo - Struct for the sender info block in a SR (sender report) RTCP packet.

Synopsis

       #include <rtcppkt.h>

   PublicAttributes
       uint32 NTPMSW
           NTP timestamp higher octets.
       uint32 NTPLSW
           NTP timestamp lower octets.
       uint32 RTPTimestamp
           RTP timestamp.
       uint32 packetCount
           cumulative packet counter.
       uint32 octetCount
           cumulative octet counter.

See Also