Provided by: libccrtp-doc_2.0.9-2.2_all bug

NAME

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

SYNOPSIS

       #include <rtcppkt.h>

   Public Attributes
       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.

Detailed Description

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

Member Data Documentation

   uint32 RTCPCompoundHandler::SenderInfo::NTPLSW
       NTP timestamp lower octets.

   uint32 RTCPCompoundHandler::SenderInfo::NTPMSW
       NTP timestamp higher octets.

   uint32 RTCPCompoundHandler::SenderInfo::octetCount
       cumulative octet counter.

   uint32 RTCPCompoundHandler::SenderInfo::packetCount
       cumulative packet counter.

   uint32 RTCPCompoundHandler::SenderInfo::RTPTimestamp
       RTP timestamp.

Author

       Generated automatically by Doxygen for ccRTP from the source code.