Struct for the sender info block in a SR (sender report) RTCP packet.
More...
#include <rtcppkt.h>
Collaboration diagram for RTCPCompoundHandler::SenderInfo:
Data Fields
NTP timestamp higher octets.
More...
NTP timestamp lower octets.
More...
Detailed Description
Struct for the sender info block in a SR (sender report) RTCP packet.
Definition at line 152 of file rtcppkt.h.
Field Documentation
uint32 RTCPCompoundHandler::SenderInfo::NTPLSW
NTP timestamp lower octets.
Definition at line 155 of file rtcppkt.h.
uint32 RTCPCompoundHandler::SenderInfo::NTPMSW
NTP timestamp higher octets.
Definition at line 154 of file rtcppkt.h.
uint32 RTCPCompoundHandler::SenderInfo::octetCount
cumulative octet counter.
Definition at line 158 of file rtcppkt.h.
uint32 RTCPCompoundHandler::SenderInfo::packetCount
cumulative packet counter.
Definition at line 157 of file rtcppkt.h.
uint32 RTCPCompoundHandler::SenderInfo::RTPTimestamp
The documentation for this struct was generated from the following file: