.TH "RTCPCompoundHandler::ReceiverInfo" 3 "Sat Oct 27 2018" "ccRTP" \" -*- nroff -*- .ad l .nh .SH NAME RTCPCompoundHandler::ReceiverInfo \- Struct for the data contained in a receiver info block\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Attributes" .in +1c .ti -1c .RI "uint8 \fBfractionLost\fP" .br .RI "packet fraction lost\&. " .ti -1c .RI "uint8 \fBlostMSB\fP" .br .RI "cumulative lost MSB of 3 octets\&. " .ti -1c .RI "uint16 \fBlostLSW\fP" .br .RI "cumulative lost two LSB\&. " .ti -1c .RI "uint32 \fBhighestSeqNum\fP" .br .RI "highest sequence number\&. " .ti -1c .RI "uint32 \fBjitter\fP" .br .RI "arrival jitter\&. " .ti -1c .RI "uint32 \fBlsr\fP" .br .RI "last sender report timestamp\&. " .ti -1c .RI "uint32 \fBdlsr\fP" .br .RI "delay since last sender report\&. " .in -1c .SH "Detailed Description" .PP 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\&. .SH "Member Data Documentation" .PP .SS "uint32 RTCPCompoundHandler::ReceiverInfo::dlsr" .PP delay since last sender report\&. .SS "uint8 RTCPCompoundHandler::ReceiverInfo::fractionLost" .PP packet fraction lost\&. .SS "uint32 RTCPCompoundHandler::ReceiverInfo::highestSeqNum" .PP highest sequence number\&. .SS "uint32 RTCPCompoundHandler::ReceiverInfo::jitter" .PP arrival jitter\&. .SS "uint16 RTCPCompoundHandler::ReceiverInfo::lostLSW" .PP cumulative lost two LSB\&. .SS "uint8 RTCPCompoundHandler::ReceiverInfo::lostMSB" .PP cumulative lost MSB of 3 octets\&. .SS "uint32 RTCPCompoundHandler::ReceiverInfo::lsr" .PP last sender report timestamp\&. .SH "Author" .PP Generated automatically by Doxygen for ccRTP from the source code\&.