#include <rtcppkt.h>
Public Member Functions | |
RTCPReceiverInfo (void *ri) | |
~RTCPReceiverInfo () | |
uint8 | getFractionLost () const |
Get fraction of lost packets, as a number between 0 and 255. | |
uint32 | getCumulativePacketLost () const |
uint32 | getExtendedSeqNum () const |
uint32 | getJitter () const |
Get the statistical variance of the RTP data packets interarrival time. | |
uint16 | getLastSRNTPTimestampInt () const |
Get the integer part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to. | |
uint16 | getLastSRNTPTimestampFrac () const |
Get the fractional part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to. | |
uint32 | getDelayLastSR () const |
Get the delay between the last SR packet received and the transmission of this report. |
|
|
|
|
|
|
|
Get the delay between the last SR packet received and the transmission of this report.
|
|
|
|
Get fraction of lost packets, as a number between 0 and 255.
|
|
Get the statistical variance of the RTP data packets interarrival time.
|
|
Get the fractional part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to.
|
|
Get the integer part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to.
|