Struct for the data contained in a receiver info block.
More...
#include <rtcppkt.h>
Collaboration diagram for RTCPCompoundHandler::ReceiverInfo:
Data Fields
cumulative lost MSB of 3 octets.
More...
last sender report timestamp.
More...
delay since last sender report.
More...
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.
Definition at line 111 of file rtcppkt.h.
Field Documentation
uint32 RTCPCompoundHandler::ReceiverInfo::dlsr
delay since last sender report.
Definition at line 119 of file rtcppkt.h.
uint8 RTCPCompoundHandler::ReceiverInfo::fractionLost
packet fraction lost.
Definition at line 113 of file rtcppkt.h.
uint32 RTCPCompoundHandler::ReceiverInfo::highestSeqNum
highest sequence number.
Definition at line 116 of file rtcppkt.h.
uint32 RTCPCompoundHandler::ReceiverInfo::jitter
uint16 RTCPCompoundHandler::ReceiverInfo::lostLSW
cumulative lost two LSB.
Definition at line 115 of file rtcppkt.h.
uint8 RTCPCompoundHandler::ReceiverInfo::lostMSB
cumulative lost MSB of 3 octets.
Definition at line 114 of file rtcppkt.h.
uint32 RTCPCompoundHandler::ReceiverInfo::lsr
last sender report timestamp.
Definition at line 118 of file rtcppkt.h.
The documentation for this struct was generated from the following file: