.TH "RTCPReceiverInfo" 3 "ccRTP" \" -*- nroff -*- .ad l .nh .SH NAME RTCPReceiverInfo \- Report block information of SR/RR RTCP reports\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBRTCPReceiverInfo\fP (void *ri)" .br .ti -1c .RI "\fBRTCPReceiverInfo\fP (\fBRTCPCompoundHandler::ReceiverInfo\fP &si)" .br .ti -1c .RI "\fB~RTCPReceiverInfo\fP ()" .br .ti -1c .RI "uint8 \fBgetFractionLost\fP () const" .br .RI "Get fraction of lost packets, as a number between 0 and 255\&. " .ti -1c .RI "uint32 \fBgetCumulativePacketLost\fP () const" .br .ti -1c .RI "uint32 \fBgetExtendedSeqNum\fP () const" .br .ti -1c .RI "uint32 \fBgetJitter\fP () const" .br .RI "Get the statistical variance of the RTP data packets interarrival time\&. " .ti -1c .RI "uint16 \fBgetLastSRNTPTimestampInt\fP () const" .br .RI "Get the integer part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to\&. " .ti -1c .RI "uint16 \fBgetLastSRNTPTimestampFrac\fP () const" .br .RI "Get the fractional part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to\&. " .ti -1c .RI "uint32 \fBgetDelayLastSR\fP () const" .br .RI "Get the delay between the last SR packet received and the transmission of this report\&. " .in -1c .SH "Detailed Description" .PP Report block information of SR/RR RTCP reports\&. .PP \fBAuthor\fP .RS 4 Federico Montesino Pouzols fedemp@altern.org .RE .PP .SH "Constructor & Destructor Documentation" .PP .SS "RTCPReceiverInfo::RTCPReceiverInfo (void * ri)\fC [inline]\fP" .SS "RTCPReceiverInfo::RTCPReceiverInfo (\fBRTCPCompoundHandler::ReceiverInfo\fP & si)\fC [inline]\fP" .SS "RTCPReceiverInfo::~RTCPReceiverInfo ()\fC [inline]\fP" .SH "Member Function Documentation" .PP .SS "uint32 RTCPReceiverInfo::getCumulativePacketLost () const\fC [inline]\fP" .SS "uint32 RTCPReceiverInfo::getDelayLastSR () const\fC [inline]\fP" .PP Get the delay between the last SR packet received and the transmission of this report\&. .PP \fBReturns\fP .RS 4 Delay, in units of 1/65536 seconds .RE .PP .SS "uint32 RTCPReceiverInfo::getExtendedSeqNum () const\fC [inline]\fP" .SS "uint8 RTCPReceiverInfo::getFractionLost () const\fC [inline]\fP" .PP Get fraction of lost packets, as a number between 0 and 255\&. .SS "uint32 RTCPReceiverInfo::getJitter () const\fC [inline]\fP" .PP Get the statistical variance of the RTP data packets interarrival time\&. .PP \fBReturns\fP .RS 4 Interarrival jitter, in timestamp units\&. .RE .PP .SS "uint16 RTCPReceiverInfo::getLastSRNTPTimestampFrac () const\fC [inline]\fP" .PP Get the fractional part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to\&. .SS "uint16 RTCPReceiverInfo::getLastSRNTPTimestampInt () const\fC [inline]\fP" .PP Get the integer part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to\&. .SH "Author" .PP Generated automatically by Doxygen for ccRTP from the source code\&.