Report block information of SR/RR RTCP reports.
More...
#include <rtcppkt.h>
Collaboration diagram for RTCPReceiverInfo:
Public Member Functions
Get fraction of lost packets, as a number between 0 and 255.
More...
Get the statistical variance of the RTP data packets interarrival time.
More...
Get the integer part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to.
More...
Get the fractional part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to.
More...
Get the delay between the last SR packet received and the transmission of this report.
More...
Private Attributes
Detailed Description
Constructor & Destructor Documentation
RTCPReceiverInfo::RTCPReceiverInfo
(
void *
ri )
inline
RTCPReceiverInfo::~RTCPReceiverInfo
(
)
inline
Member Function Documentation
uint32 RTCPReceiverInfo::getCumulativePacketLost
(
)
const
inline
uint32 RTCPReceiverInfo::getDelayLastSR
(
)
const
inline
Get the delay between the last SR packet received and the transmission of this report.
- Returns
- Delay, in units of 1/65536 seconds
Definition at line 443 of file rtcppkt.h.
uint32 RTCPReceiverInfo::getExtendedSeqNum
(
)
const
inline
uint8 RTCPReceiverInfo::getFractionLost
(
)
const
inline
Get fraction of lost packets, as a number between 0 and 255.
Definition at line 396 of file rtcppkt.h.
uint32 RTCPReceiverInfo::getJitter
(
)
const
inline
Get the statistical variance of the RTP data packets interarrival time.
- Returns
- Interarrival jitter, in timestamp units.
Definition at line 415 of file rtcppkt.h.
uint16 RTCPReceiverInfo::getLastSRNTPTimestampFrac
(
)
const
inline
Get the fractional part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to.
Definition at line 433 of file rtcppkt.h.
uint16 RTCPReceiverInfo::getLastSRNTPTimestampInt
(
)
const
inline
Get the integer part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to.
Definition at line 424 of file rtcppkt.h.
Field Documentation
The documentation for this class was generated from the following file: